[Time Conductor] Expose dateService in bundle definition

This commit is contained in:
Victor Woeltjen 2015-10-22 12:10:12 -07:00
parent c882b2d4c3
commit 0d47b7c47d

View File

@ -15,6 +15,19 @@
"depends": [ "$document", "$window" ] "depends": [ "$document", "$window" ]
} }
], ],
"components": [
{
"type": "aggregator",
"provides": "dateService",
"implementation": "services/DateAggregator.js"
},
{
"type": "provider",
"provides": "dateService",
"implementation": "services/UTCDateProvider.js",
"priority": "fallback"
}
],
"runs": [ "runs": [
{ {
"implementation": "StyleSheetLoader.js", "implementation": "StyleSheetLoader.js",