angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

Can't make the bar reach the end while extending the scope with a big amount of data

Open juanmanavarro opened this issue 9 years ago • 3 comments

Here is an example: Angular Loading Bar

I have tried to call the .complete() function in the finally block but it seems not working.

Is it possible?

juanmanavarro avatar Nov 07 '15 18:11 juanmanavarro

I'm having a somewhat similar issue, it just appears at about 15% and then disappears. No animation at all.

mikehuebner avatar Nov 13 '15 00:11 mikehuebner

Having the same issue as @juanmanavarro. Loader will not complete with larger requests. Any help would be appreciated @chieffancypants

BrockStone avatar Dec 29 '15 19:12 BrockStone

Confirmed. Interestingly it seems OK if I change the code to do the scope assignment in a timeout: http://codepen.io/faceleg/pen/eZgdGq

faceleg avatar Mar 17 '16 00:03 faceleg