2015-09-02 22:57:52 +00:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"representers": [
|
|
|
|
{
|
|
|
|
"implementation": "ConductorRepresenter.js",
|
2015-10-02 23:20:31 +00:00
|
|
|
"depends": [
|
|
|
|
"throttle",
|
|
|
|
"conductorService",
|
|
|
|
"$compile",
|
|
|
|
"views[]"
|
|
|
|
]
|
2015-09-03 22:13:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"components": [
|
|
|
|
{
|
2015-09-04 20:02:36 +00:00
|
|
|
"type": "decorator",
|
2015-09-10 22:18:24 +00:00
|
|
|
"provides": "telemetryService",
|
|
|
|
"implementation": "ConductorTelemetryDecorator.js",
|
2015-09-03 22:13:03 +00:00
|
|
|
"depends": [ "conductorService" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "conductorService",
|
|
|
|
"implementation": "ConductorService.js",
|
2015-09-23 23:53:12 +00:00
|
|
|
"depends": [ "now", "TIME_CONDUCTOR_DOMAINS" ]
|
|
|
|
}
|
|
|
|
],
|
2015-09-24 00:09:38 +00:00
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "time-conductor",
|
|
|
|
"templateUrl": "templates/time-conductor.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"constants": [
|
2015-09-23 23:53:12 +00:00
|
|
|
{
|
|
|
|
"key": "TIME_CONDUCTOR_DOMAINS",
|
|
|
|
"value": [
|
|
|
|
{ "key": "time", "name": "Time" },
|
|
|
|
{ "key": "yesterday", "name": "Yesterday" }
|
|
|
|
],
|
|
|
|
"comment": "Placeholder; to be replaced by inspection of available domains."
|
2015-09-02 22:57:52 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|