[Time Conductor] Expose popupService

This commit is contained in:
Victor Woeltjen 2015-10-01 15:27:36 -07:00
parent 5104a7990a
commit 3050b265fb

View File

@ -8,6 +8,11 @@
"key": "urlService",
"implementation": "services/UrlService.js",
"depends": [ "$location" ]
},
{
"key": "popupService",
"implementation": "services/PopupService.js",
"depends": [ "$window", "$document" ]
}
],
"runs": [