diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-06 16:56:56 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-06 16:56:56 -0400 |
| commit | c0af47b4ab5b960875a1f81a06f2303701e4c381 (patch) | |
| tree | ac05fc9861032a9ed8feb987a2eebc9282395650 /www/js/controllers.js | |
| parent | d3287595f35e0d96cf6025688aae79938ced63b7 (diff) | |
websockets library
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 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 () { |
