angular-loading
angular-loading copied to clipboard
Question: Does loading works if html is added dynamically while loading is shown.
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.