mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
8 lines
No EOL
292 B
JavaScript
8 lines
No EOL
292 B
JavaScript
(function() {
|
|
module = angular.module('PlexRequests', ['ngLoadingSpinner']);
|
|
module.constant("moment", moment);
|
|
|
|
//module.config(['usSpinnerConfigProvider', function (usSpinnerConfigProvider) {
|
|
// usSpinnerConfigProvider.setDefaults({ color: 'white' });
|
|
//}]);
|
|
}()); |