2014-11-23 15:41:20 -08:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "dialogService",
|
|
|
|
"implementation": "DialogService.js",
|
2014-11-25 14:39:40 -08:00
|
|
|
"depends": [ "overlayService", "$q", "$log" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "overlayService",
|
|
|
|
"implementation": "OverlayService.js",
|
|
|
|
"depends": [ "$document", "$compile", "$rootScope" ]
|
2014-11-23 15:41:20 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "overlay-dialog",
|
2015-01-14 11:49:35 -08:00
|
|
|
"templateUrl": "templates/overlay-dialog.html"
|
|
|
|
},
|
2015-03-20 12:11:19 -07:00
|
|
|
{
|
|
|
|
"key": "overlay-options",
|
|
|
|
"templateUrl": "templates/overlay-options.html"
|
|
|
|
},
|
2015-01-14 11:49:35 -08:00
|
|
|
{
|
|
|
|
"key": "form-dialog",
|
|
|
|
"templateUrl": "templates/dialog.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"containers": [
|
|
|
|
{
|
|
|
|
"key": "overlay",
|
2014-11-23 15:41:20 -08:00
|
|
|
"templateUrl": "templates/overlay.html"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|