Prevent tabbing into end bounds when not in fixed mode

This commit is contained in:
Henry 2016-07-27 12:05:03 -04:00
parent 8e59072537
commit 7af22126d4
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
ng-model="textValue"
ng-blur="restoreTextValue(); ngBlur()"
ng-mouseup="ngMouseup()"
ng-disabled="ngDisabled"
ng-class="{
error: textInvalid ||
(structure.validate &&

View File

@ -52,6 +52,7 @@
}"
ng-model="formModel"
ng-blur="tcController.updateBoundsFromForm(formModel)"
ng-disabled="modeModel.selectedKey !== 'fixed'"
field="'end'"
class="time-range-input">
</mct-control>