darthwade / angular-loading

Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)
http://embed.plnkr.co/XLL3li/preview
MIT License
96 stars 49 forks source link

Question: Does loading works if html is added dynamically while loading is shown. #16

Open DevankAgarwal opened 9 years ago

DevankAgarwal commented 9 years ago

Abstract : I want to show loading while i am saving the some object on backend and after that happens then i am attaching new html to current structure by using ng-include.

Whats Happing : Loading is show only on the structure which is added statically and not on the html which is added now with ng-include.

Thanks.