[Time Conductor] Expose popupService
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
"key": "urlService",
|
"key": "urlService",
|
||||||
"implementation": "services/UrlService.js",
|
"implementation": "services/UrlService.js",
|
||||||
"depends": [ "$location" ]
|
"depends": [ "$location" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "popupService",
|
||||||
|
"implementation": "services/PopupService.js",
|
||||||
|
"depends": [ "$window", "$document" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"runs": [
|
"runs": [
|
||||||
|
|||||||
Reference in New Issue
Block a user