mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
17 lines
437 B
JSON
17 lines
437 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"services": [
|
||
|
{
|
||
|
"key": "dialogService",
|
||
|
"implementation": "DialogService.js",
|
||
|
"depends": [ "$document", "$compile", "$rootScope", "$timeout", "$q", "$log" ]
|
||
|
}
|
||
|
],
|
||
|
"templates": [
|
||
|
{
|
||
|
"key": "overlay-dialog",
|
||
|
"templateUrl": "templates/overlay.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|