Skip to main content

RamBase Guidelines

Progress bar

UI element for presenting progress bars

Progressbar2.PNG
progressbar.PNG

Development guideline

Example for displaying and removing progress bar:

applicationservice.showProgress();
applicationservice.hideProgress();

Note

Remember to inject the applicationService as an angular service.