mirror of
https://github.com/nasa/openmct.git
synced 2025-02-18 16:40:58 +00:00
open #163 open #170 Squashed commit of the following: commit ec7edb58ca75b409d330b5434999c67a0ec14e33 Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Mon Oct 5 10:39:06 2015 -0700 Rename dialogSeverity to messageServity for reuse with notifications commit d20abe01dda50f7508444ed65b207cb6210e5fff Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:40:29 2015 -0700 Fixed docs commit 227da1849826af54c66932dba55f692e085194b5 Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:27:41 2015 -0700 Added semicolon commit 22d424f96e74e44230f100cde2108aff4ef10944 Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:26:29 2015 -0700 Fixed code errors commit 2c77c3647c326f91fdbe2d63a8e3f1c3040d7397 Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:24:01 2015 -0700 Initial commit of blocking dialog service with test code to demonstrate usage
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"
|
|
}
|
|
]
|
|
}
|
|
}
|