summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-18 15:34:57 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-18 15:34:57 -0400
commit1ecde45f88fa9a7a54a9a6fd8a398f3f4a8481de (patch)
treeed0e14d0737a7361405584f93c757921513cac4d /www/js/controllers.js
parent845f1ed928838bc8c3694dc0235614f28facad89 (diff)
pullup view in events to show event summaries across monitors
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 1e68f5c5..e6b1b9ce 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' ])
+angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner', 'ionic-pullup' ])
.controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) {
$scope.openMenu = function () {