openmct/platform/commonUI/notification/bundle.json
2015-10-06 14:45:10 -07:00

18 lines
447 B
JSON

{
"extensions": {
"constants": [
{
"key": "DEFAULT_AUTO_DISMISS",
"value": 2000
}
],
"services": [
{
"key": "notificationService",
"implementation": "NotificationService.js",
"depends": [ "$log", "$timeout", "messageSeverity",
"DEFAULT_AUTO_DISMISS" ]
}
]
}
}