Wes Cruver
Wes Cruver
Wait, RTL languages also reverse the direction of progress bars? Just a guess, but maybe you can transform:rotate(180) the progress bar so it's flipped upside-down? and therefore will appear to...
Sorry to be so late to the party. For clarification, does this feature simply not work with angular 1.4, or does it break the entire library's compatibility with earlier versions...
Is it just a z-index thing?
Can you please provide a reduced test case that illustrates the problem? You keep referring to using it just like the demo, but it clearly works in the demo, so...
If you can produce a reduced test case, we can look into it. Ultimately, if you are able to view the [example](https://chieffancypants.github.io/angular-loading-bar/) in IE9 and it works, it's something in...
Really appreciate the work here! I noticed, however, that subsequent requests end up freezing the loading bar (it no longer ticks randomly). Are you seeing that as well?
I've been meaning to look more into the github releases. Is there a way to automatically do this? Right now all [changelog](https://github.com/chieffancypants/angular-loading-bar/blob/master/CHANGELOG.md) updates are made manually by clicking on the...
I don't use AMD, so I can't really comment on the method used to support it. That said, I'd probably prefer it be done through the build process: https://github.com/bebraw/grunt-umd The...
Is there still a huge performance difference between `$broadcast` and `$emit`? If so, this should be changed to $emit, and just force people to listen on $rootScope, which I believe...
Custom param? You mean an additional param to the $http config object or adding a query string param to the url? Adding a randomized query string param should definitely work....