mirror of
https://github.com/nasa/openmct.git
synced 2025-01-10 06:52:40 +00:00
29 lines
702 B
JSON
29 lines
702 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"templates": [
|
||
|
{
|
||
|
"key": "dialogLaunchTemplate",
|
||
|
"templateUrl": "dialog-launch.html"
|
||
|
}
|
||
|
],
|
||
|
"controllers": [
|
||
|
{
|
||
|
"key": "DialogLaunchController",
|
||
|
"implementation": "DialogLaunchController.js",
|
||
|
"depends": [
|
||
|
"$scope",
|
||
|
"dialogService",
|
||
|
"$timeout",
|
||
|
"$log",
|
||
|
"messageSeverity"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"indicators": [
|
||
|
{
|
||
|
"implementation": "DialogLaunchIndicator.js"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|