mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Time Conductor] Listen for blur, submit
https://github.com/nasa/openmctweb/issues/259
This commit is contained in:
@ -230,6 +230,10 @@ define(
|
||||
$scope.rightDrag = rightDrag;
|
||||
$scope.middleDrag = middleDrag;
|
||||
|
||||
$scope.updateBoundsFromForm = function () {
|
||||
// TODO: update outer bounds
|
||||
};
|
||||
|
||||
$scope.ticks = [];
|
||||
|
||||
// Initialize scope to defaults
|
||||
|
Reference in New Issue
Block a user