Skip to content

Commit

Permalink
Merge pull request zachfitz#82 from MarlinDoo/master
Browse files Browse the repository at this point in the history
fix issue11 & issue58
  • Loading branch information
rbutera committed Jun 15, 2015
2 parents cb8d1ce + e7cef10 commit 0960704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 'starter' is the name of this angular module example (also set in a <body> attribute in index.html)
// the 2nd parameter is an array of 'requires'
// 'starter.controllers' is found in controllers.js
angular.module('starter', ['ionic', 'starter.controllers', 'ionMdInput'])
angular.module('starter', ['ionic', 'starter.controllers', 'ionic-material', 'ionMdInput'])

.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
Expand Down

0 comments on commit 0960704

Please sign in to comment.