From 05638adb21a0f13715e2f1390c4b85e972779e9a Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 21 Aug 2015 11:09:08 -0400 Subject: ionic content banner is being used for useful status displays --- www/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/controllers.js') 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 () { -- cgit v1.2.3