diff --git a/demo/www/js/app.js b/demo/www/js/app.js index a92e401..b4a7ed9 100644 --- a/demo/www/js/app.js +++ b/demo/www/js/app.js @@ -4,7 +4,7 @@ // 'starter' is the name of this angular module example (also set in a 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', 'ionic-material', 'starter.controllers', 'ionMdInput']) .run(function($ionicPlatform) { $ionicPlatform.ready(function() {