summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-26 16:53:18 -0400
committerARC <arjunrc@gmail.com>2015-04-26 16:53:18 -0400
commit4af9e77693e07b35d937b6059fe48e6a4506ef6c (patch)
treeddff19015ee5b0f05c32a2cab1fc729900abb260 /www/js/controllers.js
parent4dca1b3b05110a4c77d26fdaa41c3e11595728a9 (diff)
added application icons and used ngCordova for splash control
Diffstat (limited to 'www/js/controllers.js')
-rw-r--r--www/js/controllers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js
index 8e4c9e69..b590d436 100644
--- a/www/js/controllers.js
+++ b/www/js/controllers.js
@@ -1,8 +1,8 @@
-angular.module('zmApp.controllers', ['ionic', 'googlechart' ])
+
+angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova' ])
.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) {
$scope.openMenu = function () {
$ionicSideMenuDelegate.toggleLeft();
}
});
-//test \ No newline at end of file