angular-loading-bar
angular-loading-bar copied to clipboard
Can't make the bar reach the end while extending the scope with a big amount of data
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?
I'm having a somewhat similar issue, it just appears at about 15% and then disappears. No animation at all.
Having the same issue as @juanmanavarro. Loader will not complete with larger requests. Any help would be appreciated @chieffancypants
Confirmed. Interestingly it seems OK if I change the code to do the scope assignment in a timeout: http://codepen.io/faceleg/pen/eZgdGq