%PDF- %PDF-
| Direktori : /www/varak.cloud/jamstash.varak.cloud/app/common/ |
| Current File : //www/varak.cloud/jamstash.varak.cloud/app/common/loading-service.js |
/**
* jamstash.loading Module
*
* Keeps the loading state across the app in order to display the spinner gif
*/
angular.module('jamstash.loading', [])
.value('Loading', {
isLoading: false
});