17 lines
400 B
JSON
Raw Normal View History

2015-10-06 14:45:10 -07:00
{
"extensions": {
"constants": [
{
"key": "DEFAULT_AUTO_DISMISS",
"value": 3000
2015-10-06 14:45:10 -07:00
}
],
"services": [
{
"key": "notificationService",
"implementation": "NotificationService.js",
2015-10-08 13:46:42 -07:00
"depends": [ "$timeout", "DEFAULT_AUTO_DISMISS" ]
2015-10-06 14:45:10 -07:00
}
]
}
}