diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-06 09:37:03 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-06 09:37:03 -0500 |
| commit | 0786d0b87dc358be3919891bbb3c3b69b3978b37 (patch) | |
| tree | 9f0eb1cf3321209bdc3a58cad19910adb2b5d0f6 /www/js/app.js | |
| parent | 744e8bde08ba7a7ebb5bbc220d346e33b19a8d27 (diff) | |
#179 - more updates
Former-commit-id: 9afe9ae5461733f4013c38cc682fc1dfa96bf19a
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index c76546e2..2914ae7a 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -382,7 +382,7 @@ angular.module('zmApp', [ link: function ($scope, $element, $attributes) { if ($attributes.imageSpinnerLoader) { - var loader = $compile('<div class="image-loader-container"><ion-spinner style="position:fixed;top:5%;left:5%" class="image-loader" icon="' + $attributes.imageSpinnerLoader + '"></ion-spinner></div>')($scope); + var loader = $compile('<div class="image-loader-container"><ion-spinner style="position:fixed;top:5%;right:5%" class="image-loader" icon="' + $attributes.imageSpinnerLoader + '"></ion-spinner></div>')($scope); $element.after(loader); } imageLoadingDataShare.set(1); |
