mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
Retain reference to scope in ConductorRepresenter directly via this, instead of revealing via a closure-bound function. This approach is not necessary to avoid https://docs.angularjs.org/error/ng/cpws in this circumstance. WTD-1515
Provides the time conductor, a control which appears at the bottom of the screen allowing telemetry start and end times to be modified.
Note that the term "time controller" is generally preferred outside of the code base (e.g. in UI documents, issues, etc.); the term "time conductor" is being used in code to avoid confusion with "controllers" in the Model-View-Controller sense.