mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 12:21:25 +00:00
[Time Conductor] Expose popupService
This commit is contained in:
parent
5104a7990a
commit
3050b265fb
@ -8,6 +8,11 @@
|
||||
"key": "urlService",
|
||||
"implementation": "services/UrlService.js",
|
||||
"depends": [ "$location" ]
|
||||
},
|
||||
{
|
||||
"key": "popupService",
|
||||
"implementation": "services/PopupService.js",
|
||||
"depends": [ "$window", "$document" ]
|
||||
}
|
||||
],
|
||||
"runs": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user