diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-29 17:37:44 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-29 17:37:44 -0400 |
| commit | 542305d12922c3ded15cc215ed93e1eab010bf2e (patch) | |
| tree | 312f0dcd5c841e1bf7039a114a3c701068c7828e /www/js/controllers.js | |
| parent | 44563c1ca99210854c053e3b7705d29e99138aa2 (diff) | |
slideshow changed to not proceed till image fully loads
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |
