mirror of
https://github.com/nasa/openmct.git
synced 2025-03-28 22:58:45 +00:00
29 lines
750 B
JSON
29 lines
750 B
JSON
{
|
|
"extensions": {
|
|
"constants": [
|
|
{
|
|
"key": "DEFAULT_AUTO_DISMISS",
|
|
"value": 3000
|
|
},
|
|
{
|
|
"key": "FORCE_AUTO_DISMISS",
|
|
"value": 1000
|
|
}
|
|
],
|
|
"controllers": [
|
|
{
|
|
"key": "MessageController",
|
|
"implementation": "MessageController.js",
|
|
"depends": ["$scope"]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "notificationService",
|
|
"implementation": "NotificationService.js",
|
|
"depends": [ "$timeout", "DEFAULT_AUTO_DISMISS",
|
|
"FORCE_AUTO_DISMISS" ]
|
|
}
|
|
]
|
|
}
|
|
} |