{ "extensions": { "templates": [ { "key": "dialogLaunchTemplate", "templateUrl": "dialog-launch.html" }, { "key": "notificationLaunchTemplate", "templateUrl": "notification-launch.html" } ], "controllers": [ { "key": "DialogLaunchController", "implementation": "DialogLaunchController.js", "depends": [ "$scope", "dialogService", "$timeout", "$log", "messageSeverity" ] }, { "key": "NotificationLaunchController", "implementation": "NotificationLaunchController.js", "depends": [ "$scope", "notificationService" ] } ], "indicators": [ { "implementation": "DialogLaunchIndicator.js" }, { "implementation": "NotificationLaunchIndicator.js" } ] } }