diff --git a/angular-loading.js b/angular-loading.js index 87bbeb5..1202f8c 100644 --- a/angular-loading.js +++ b/angular-loading.js @@ -147,7 +147,7 @@ .text(options.text); body.append(text); } - + angular.element('.dw-loading').remove(); element.append(container); if ( options.active || !key || force) { @@ -247,4 +247,4 @@ return dst; } -})); \ No newline at end of file +}));