summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:12 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:12 -0400
commitbfdcdcccee146f924f3311b6955ce81d2dab226f (patch)
tree5744e447c1bd1879488bb2284bf9713734851c2b /www/js/controllers.js
parent3ba89992702770cd54add7909c61278bee329b81 (diff)
New skin and SCSS implementation
Diffstat (limited to 'www/js/controllers.js')
-rw-r--r--www/js/controllers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js
index 2f079951..914a23bf 100644
--- a/www/js/controllers.js
+++ b/www/js/controllers.js
@@ -2,6 +2,8 @@
/* jshint browser: true*/
/* global cordova,StatusBar,angular,console */
+
+
angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation'])
.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) {