ngActivityIndicator icon indicating copy to clipboard operation
ngActivityIndicator copied to clipboard

activityIndicator disappears when used inside a directive

Open alevinval opened this issue 11 years ago • 3 comments

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 avatar Aug 04 '14 10:08 alevinval

@alevinval thanks, I will take a look

voronianski avatar Aug 04 '14 10:08 voronianski

The problem seems to me that the AILoading is being set in the rootScope, thus remains invisible for directives with isolated scopes.

alevinval avatar Aug 04 '14 10:08 alevinval

have the same problem :)

davidtlee avatar May 15 '15 02:05 davidtlee