summaryrefslogtreecommitdiff
path: root/www/js/ng.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-05 17:59:26 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-05 17:59:26 -0400
commit10f5788d747d2f96027c0591fe332b74f9b9aac7 (patch)
tree1f0162ff7fd69338eba5eea78cc09fc1f5affd33 /www/js/ng.js
parent67b5040175a6c282be515dfb61e30540f22d0333 (diff)
Timeline feature (Experimental)
Diffstat (limited to 'www/js/ng.js')
-rw-r--r--www/js/ng.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/js/ng.js b/www/js/ng.js
deleted file mode 100644
index d99945b1..00000000
--- a/www/js/ng.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*angular.module("ng")
-.factory('imageLoadingDataShare', function () {
- var imageLoading = 1; // 1 = loading, -1 = error;
- return {
- 'set': function (val) {
- imageLoading = val;
- },
- 'get': function() {
- return imageLoading;
- }
- };
-
-
-});*/