summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:56:56 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-06 16:56:56 -0400
commitc0af47b4ab5b960875a1f81a06f2303701e4c381 (patch)
treeac05fc9861032a9ed8feb987a2eebc9282395650 /www/js
parentd3287595f35e0d96cf6025688aae79938ced63b7 (diff)
websockets library
Diffstat (limited to 'www/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 e6b1b9ce..80afa2fe 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' ])
+angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner', 'ionic-pullup', 'ngWebsocket' ])
.controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) {
$scope.openMenu = function () {