[Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
This commit is contained in:
17
platform/commonUI/dialog/bundle.json
Normal file
17
platform/commonUI/dialog/bundle.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extensions": {
|
||||
"services": [
|
||||
{
|
||||
"key": "dialogService",
|
||||
"implementation": "DialogService.js",
|
||||
"depends": [ "$document", "$compile", "$rootScope", "$timeout", "$q", "$log" ]
|
||||
}
|
||||
],
|
||||
"templates": [
|
||||
{
|
||||
"key": "overlay-dialog",
|
||||
"templateUrl": "templates/overlay.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user