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