2015-10-06 21:41:58 +00:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "dialogLaunchTemplate",
|
|
|
|
"templateUrl": "dialog-launch.html"
|
2015-10-08 22:08:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "notificationLaunchTemplate",
|
|
|
|
"templateUrl": "notification-launch.html"
|
2015-10-06 21:41:58 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "DialogLaunchController",
|
|
|
|
"implementation": "DialogLaunchController.js",
|
|
|
|
"depends": [
|
|
|
|
"$scope",
|
|
|
|
"$timeout",
|
|
|
|
"$log",
|
2015-10-09 21:17:55 +00:00
|
|
|
"dialogService",
|
|
|
|
"notificationService"
|
2015-10-06 21:41:58 +00:00
|
|
|
]
|
2015-10-08 22:08:26 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "NotificationLaunchController",
|
|
|
|
"implementation": "NotificationLaunchController.js",
|
|
|
|
"depends": [
|
|
|
|
"$scope",
|
2015-10-09 22:27:40 +00:00
|
|
|
"$timeout",
|
2015-10-08 22:08:26 +00:00
|
|
|
"notificationService"
|
|
|
|
]
|
2015-10-06 21:41:58 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"indicators": [
|
|
|
|
{
|
2015-10-14 21:08:35 +00:00
|
|
|
"implementation": "DialogLaunchIndicator.js",
|
|
|
|
"priority": "fallback"
|
2015-10-08 22:08:26 +00:00
|
|
|
},
|
|
|
|
{
|
2015-10-14 21:08:35 +00:00
|
|
|
"implementation": "NotificationLaunchIndicator.js",
|
|
|
|
"priority": "fallback"
|
2015-10-06 21:41:58 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|