From 542305d12922c3ded15cc215ed93e1eab010bf2e Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 29 Jul 2015 17:37:44 -0400 Subject: slideshow changed to not proceed till image fully loads --- 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 1a111d03..416549ee 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -4,7 +4,7 @@ -angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation','angular-carousel', 'angularAwesomeSlider' ]) +angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCircularNavigation' ]) .controller('zmApp.BaseController', function($scope, $ionicSideMenuDelegate, $ionicPlatform, $timeout, $rootScope) { $scope.openMenu = function () { -- cgit v1.2.3