summaryrefslogtreecommitdiff
path: root/www/js/ng.js
diff options
context:
space:
mode:
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;
- }
- };
-
-
-});*/