summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-04 10:42:30 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-04 10:42:30 -0400
commit5519e463640971905cda1409aae81f9acfa09691 (patch)
tree83906966d49c8c173b6f91301944d1bd4841e885 /www/js/controllers.js
parent41c2536b28184cabe1c0ebd88a36437366bf1542 (diff)
events show progress, added fast/slow fwd/rewind controls, fixed last page of events showing less than full screen list at times
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 05500e0c..2f079951 100644
--- a/www/js/controllers.js
+++ b/www/js/controllers.js
@@ -2,7 +2,7 @@
/* jshint browser: true*/
/* global cordova,StatusBar,angular,console */
-angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation' ])
+angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation'])
.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) {
$scope.openMenu = function () {