ngProgress
ngProgress copied to clipboard
⏳ Angular provider for slim loading bar at the top of the page ( inspired by https://github.com/rstacruz/nprogress )
Could you add a Typescript definition file in typings for your lib ? Someone add it but just for 1.0.7 version.
It would be nice to be able to provide an alternative template for the loading directive.
I'd suggest adding to the API a function called setLabel that provides a string describing the current progress stage. This optional label should be rendered inside the progress bar area....
You could fire an event or something similar on start() to start the watchers again when need it.
I don't know if you take feature requests here, but I think an indeterminate progress bar would be great. Something along the lines of what Android does (http://i.stack.imgur.com/m1aGNm.png - the...
I'm not sure why position: fixed is set in CSS. This prevents you from being able to position the progress bar in an element without overriding CSS. In other words,...
Hi. Every time i make a new instance of progress bar a new scope is made for it. But it never gets destroyed. This can cause memory leaks. Can you...
Might be a duplicate of https://github.com/VictorBjelkholm/ngProgress/issues/61 It would be nice to be able to reach different progress states using a new method "moveTowards()". moveTowards() would provide a way to animate...
Update method setParent to accept ID string as parameter. That way, There is no need to get element in the controller. Sorry for the indentation, WebStorm updated automatically.
avoid accessing the same node twice. you can pass an object of `key: value` pairs to the `.css()` method