mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Time Conductor] Test choices via picker
...to ensure that they trigger blur events. Also, test changes via text entry to ensure that they don't (the template is responsible for this.)
This commit is contained in:
@ -71,8 +71,8 @@ define(
|
||||
if (value !== $scope.ngModel[$scope.field]) {
|
||||
$scope.ngModel[$scope.field] = value;
|
||||
updateFromModel(value);
|
||||
if ($scope.structure && $scope.structure.submit) {
|
||||
$scope.structure.submit();
|
||||
if ($scope.ngBlur) {
|
||||
$scope.ngBlur();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user