mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[Time Conductor] Added support for loading and persisting time conductor bounds in URL. Fixes #1231
This commit is contained in:
@ -283,6 +283,8 @@ define(
|
||||
new PlotAxis("ranges", [], AXIS_DEFAULTS[1])
|
||||
];
|
||||
|
||||
changeDisplayBounds(undefined, conductor.bounds(), conductor.follow());
|
||||
|
||||
// Watch for changes to the selected axis
|
||||
$scope.$watch("axes[0].active.key", domainRequery);
|
||||
$scope.$watch("axes[1].active.key", rangeRequery);
|
||||
|
Reference in New Issue
Block a user