ngActivityIndicator
ngActivityIndicator copied to clipboard
activityIndicator disappears when used inside a directive
I placed the spinner in the template of a controller, no problem, stayed there. But when its placed inside a directive, it hides after less than one second without calling stopAnimating()
@alevinval thanks, I will take a look
The problem seems to me that the AILoading is being set in the rootScope, thus remains invisible for directives with isolated scopes.
have the same problem :)