mirror of
https://github.com/nasa/openmct.git
synced 2025-01-21 12:05:12 +00:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"extensions": {
|
|
"constants": [
|
|
{
|
|
"key": "DEFAULT_AUTO_DISMISS",
|
|
"value": 3000
|
|
}
|
|
],
|
|
"controllers": [
|
|
{
|
|
"key": "MessageController",
|
|
"implementation": "MessageController.js",
|
|
"depends": ["$scope"]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "notificationService",
|
|
"implementation": "NotificationService.js",
|
|
"depends": [ "$timeout", "DEFAULT_AUTO_DISMISS" ]
|
|
}
|
|
]
|
|
}
|
|
} |