Here is an example: <a href='http://codepen.io/juanmanavarro/pen/YyJZvy/'>Angular Loading Bar</a> I have tried to call the `.complete()` function in the finally block but it seems not working. Is it possible?
Activity
mikehuebner commentedon Nov 13, 2015
I'm having a somewhat similar issue, it just appears at about 15% and then disappears. No animation at all.
BrockStone commentedon Dec 29, 2015
Having the same issue as @juanmanavarro. Loader will not complete with larger requests. Any help would be appreciated @chieffancypants
faceleg commentedon Mar 17, 2016
Confirmed. Interestingly it seems OK if I change the code to do the scope assignment in a timeout: http://codepen.io/faceleg/pen/eZgdGq