Progress bar
UI element for presenting progress bars
Development guideline
Example for displaying and removing progress bar:
applicationservice.showProgress(); applicationservice.hideProgress();
Note
Remember to inject the applicationService as an angular service.