From 1ab390f225b727303df305fefa72bb3ac4b069b8 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Wed, 11 Nov 2015 11:26:34 -0500 Subject: #81 - initial commits to start using localstorage Former-commit-id: 18a55518ba7f11881a677092b5f1c1a35be1b443 --- 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 cbb8fa9e..412f9831 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', 'ionic-pullup', 'ngWebsocket' ]) +angular.module('zmApp.controllers', ['ionic', 'ionic.utils', 'ngCordova', 'ng-mfb','angularCircularNavigation', 'jett.ionic.content.banner', 'ionic-pullup', 'ngWebsocket' ]) .controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) { $scope.openMenu = function () { -- cgit v1.2.3