openmct/platform/commonUI/dialog/bundle.json

50 lines
1.4 KiB
JSON
Raw Normal View History

{
"extensions": {
2015-10-06 21:45:10 +00:00
"constants": [
{
"key": "messageSeverity",
"value": {
"ERROR": "error",
"INFO": "info",
"SUCCESS": "success"
}
}
],
"services": [
{
"key": "dialogService",
"implementation": "DialogService.js",
"depends": [ "overlayService", "$q", "$log" ]
},
{
"key": "overlayService",
"implementation": "OverlayService.js",
"depends": [ "$document", "$compile", "$rootScope" ]
}
],
"templates": [
{
"key": "overlay-dialog",
"templateUrl": "templates/overlay-dialog.html"
},
{
"key": "overlay-options",
"templateUrl": "templates/overlay-options.html"
},
{
"key": "form-dialog",
"templateUrl": "templates/dialog.html"
2015-10-06 21:45:10 +00:00
},
{
"key": "blocking-message",
"templateUrl": "templates/blocking-message.html"
}
],
"containers": [
{
"key": "overlay",
"templateUrl": "templates/overlay.html"
}
]
}
}