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/ng.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/js/ng.js (limited to 'www/js/ng.js') diff --git a/www/js/ng.js b/www/js/ng.js new file mode 100644 index 00000000..d99945b1 --- /dev/null +++ b/www/js/ng.js @@ -0,0 +1,14 @@ +/*angular.module("ng") +.factory('imageLoadingDataShare', function () { + var imageLoading = 1; // 1 = loading, -1 = error; + return { + 'set': function (val) { + imageLoading = val; + }, + 'get': function() { + return imageLoading; + } + }; + + +});*/ -- cgit v1.2.3