openmct/platform/features/conductor/bundle.json
Victor Woeltjen e873389655 [Conductor] Add time conductor widget
Add widget for the time conductor using a representer,
WTD-1515.
2015-09-02 15:57:52 -07:00

11 lines
208 B
JSON

{
"extensions": {
"representers": [
{
"implementation": "ConductorRepresenter.js",
"depends": [ "$compile", "views[]" ]
}
]
}
}