diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
| commit | 05638adb21a0f13715e2f1390c4b85e972779e9a (patch) | |
| tree | 85c6a68f06616181edff3b5f580dfe507552ff27 /www/js/controllers.js | |
| parent | 26fa7692c30e1887079d067c782984f745edf750 (diff) | |
ionic content banner is being used for useful status displays
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 416549ee..8ea39044 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -4,7 +4,7 @@ -angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation' ]) +angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner' ]) .controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) { $scope.openMenu = function () { |
