mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
2aeebff652
open #163 open #170 Squashed commit of the following: commitec7edb58ca
Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Mon Oct 5 10:39:06 2015 -0700 Rename dialogSeverity to messageServity for reuse with notifications commitd20abe01dd
Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:40:29 2015 -0700 Fixed docs commit227da18498
Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:27:41 2015 -0700 Added semicolon commit22d424f96e
Author: Henry <akhenry@aitutaki.ndc.nasa.gov> Date: Fri Oct 2 16:26:29 2015 -0700 Fixed code errors commit2c77c3647c
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"
|
|
}
|
|
]
|
|
}
|
|
}
|