From 855a0e8ddc273b58066530a1b55a946021dfc56e Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 24 Jun 2015 18:47:42 -0400 Subject: Cleaned up code, commented, preparing for HTTPS via CordovaHTTP --- www/js/controllers.js | 1 - 1 file changed, 1 deletion(-) (limited to 'www/js/controllers.js') diff --git a/www/js/controllers.js b/www/js/controllers.js index bd907c19..99f85f29 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -4,7 +4,6 @@ angular.module('zmApp.controllers', ['ionic', 'tc.chartjs', 'ngCordova', 'ng-mfb','angularCircularNavigation' ]) - .controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); -- cgit v1.2.3