summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-10 19:54:36 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-10 19:54:36 -0500
commit57b02a05bb06817eaebe8fb8afd50be21c818157 (patch)
treea183f78a3b37cfd4881c6cbcff9e1031ac9014c5 /www/js/controllers.js
parent4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff)
initial work #565
Diffstat (limited to 'www/js/controllers.js')
-rw-r--r--www/js/controllers.js2
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 () {