diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-10 19:54:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-10 19:54:36 -0500 |
| commit | 57b02a05bb06817eaebe8fb8afd50be21c818157 (patch) | |
| tree | a183f78a3b37cfd4881c6cbcff9e1031ac9014c5 /www/js/controllers.js | |
| parent | 4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff) | |
initial work #565
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 5321384b..0f4d3976 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -4,7 +4,7 @@ -angular.module('zmApp.controllers', ['ionic', 'ionic.utils', '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']) .controller('zmApp.BaseController', function ($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) { $scope.openMenu = function () { |
