mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Added loading spinner
This commit is contained in:
parent
f73d12e095
commit
63c2744336
6 changed files with 116 additions and 82 deletions
|
@ -1,4 +1,4 @@
|
|||
(function() {
|
||||
module = angular.module('PlexRequests', []);
|
||||
module = angular.module('PlexRequests', ['ngLoadingSpinner']);
|
||||
module.constant("moment", moment);
|
||||
}());
|
Loading…
Add table
Add a link
Reference in a new issue