ngProgress
ngProgress copied to clipboard
⏳ Angular provider for slim loading bar at the top of the page ( inspired by https://github.com/rstacruz/nprogress )
Results
22
ngProgress issues
Sort by
recently updated
recently updated
newest added
The code has several critical design fallacies, wich have to be corrected, primarily being: - operating on global namespace - polluting $rootScope - several misusages of the 'this'-function - some...
enhancement
Presentation must be separate from business logic. I suggest to deprecate methods like `height` and `color` and replace them with CSS styling completely. Right now I can't use my SCSS...
enhancement