openmct/platform/commonUI/dialog/bundle.json
Victor Woeltjen 1b0303e517 [Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching
user interface bundles from the sandbox transition
branch. WTD-574.
2014-11-23 15:41:20 -08:00

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"
}
]
}
}