UI element for presenting progressbars
Example for displaying and removing progressbar:
applicationservice.showProgress(); applicationservice.hideProgress();
Remember to inject the applicationService as an angular service.
N/A