diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-11 11:26:34 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-11 11:26:34 -0500 |
| commit | 1ab390f225b727303df305fefa72bb3ac4b069b8 (patch) | |
| tree | 5cdde2836527098ec0e4b8539b0769dff1c7128c /www/js/controllers.js | |
| parent | f087b5f125f5545252e2f426582f910d0b88e241 (diff) | |
#81 - initial commits to start using localstorage
Former-commit-id: 18a55518ba7f11881a677092b5f1c1a35be1b443
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js index cbb8fa9e..412f9831 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -4,7 +4,7 @@ -angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner', 'ionic-pullup', 'ngWebsocket' ]) +angular.module('zmApp.controllers', ['ionic', 'ionic.utils', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner', 'ionic-pullup', 'ngWebsocket' ]) .controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) { $scope.openMenu = function () { |
