From 4af9e77693e07b35d937b6059fe48e6a4506ef6c Mon Sep 17 00:00:00 2001 From: ARC Date: Sun, 26 Apr 2015 16:53:18 -0400 Subject: added application icons and used ngCordova for splash control --- www/js/controllers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/controllers.js') diff --git a/www/js/controllers.js b/www/js/controllers.js index 8e4c9e69..b590d436 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1,8 +1,8 @@ -angular.module('zmApp.controllers', ['ionic', 'googlechart' ]) + +angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova' ]) .controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); } }); -//test \ No newline at end of file -- cgit v1.2.3