diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2017-12-11 12:18:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 12:18:00 -0500 |
| commit | 3cdf8956dea57c2b8af258dd658003fb905697db (patch) | |
| tree | 5d09f6919afca09e673321be8a90c2f93f494867 /www/js/controllers.js | |
| parent | 4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff) | |
| parent | 3933844069c347287c616bb4ebd896c96d280da1 (diff) | |
Merge pull request #566 from pliablepixels/565-websocket-migrate
565 websocket migrate
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 () { |
