diff options
Diffstat (limited to 'moon_gui/static/app/common/loader')
-rwxr-xr-x | moon_gui/static/app/common/loader/loader.dir.js | 19 | ||||
-rwxr-xr-x | moon_gui/static/app/common/loader/loader.tpl.html | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/moon_gui/static/app/common/loader/loader.dir.js b/moon_gui/static/app/common/loader/loader.dir.js deleted file mode 100755 index ba40c121..00000000 --- a/moon_gui/static/app/common/loader/loader.dir.js +++ /dev/null @@ -1,19 +0,0 @@ -(function() { - - 'use strict'; - - angular - .module('moon') - .directive('moonLoader', moonLoader); - - moonLoader.$inject = []; - - function moonLoader() { - - return { - templateUrl : 'html/common/loader/loader.tpl.html', - restrict : 'E' - }; - } - -})(); diff --git a/moon_gui/static/app/common/loader/loader.tpl.html b/moon_gui/static/app/common/loader/loader.tpl.html deleted file mode 100755 index 51da439f..00000000 --- a/moon_gui/static/app/common/loader/loader.tpl.html +++ /dev/null @@ -1 +0,0 @@ -<img src="assets/img/ajax-loader.gif" />
\ No newline at end of file |