|
|
|
@ -10,8 +10,6 @@ |
|
|
|
|
ng-required="vm.field.required" |
|
|
|
|
ng-focus="vm.handleUserFocus()" |
|
|
|
|
ng-disabled="vm.workPackage.inFlight" |
|
|
|
|
focus="vm.shouldFocus()" |
|
|
|
|
focus-priority="vm.shouldFocus()" |
|
|
|
|
ng-attr-id="{{vm.htmlId}}" |
|
|
|
|
ng-change="vm.handleUserSubmit()" |
|
|
|
|
> |
|
|
|
@ -34,8 +32,6 @@ |
|
|
|
|
ng-required="vm.field.required" |
|
|
|
|
ng-focus="vm.handleUserFocus()" |
|
|
|
|
ng-disabled="vm.workPackage.inFlight" |
|
|
|
|
focus="vm.shouldFocus()" |
|
|
|
|
focus-priority="vm.shouldFocus()" |
|
|
|
|
ng-attr-id="{{vm.htmlId}}" |
|
|
|
|
multiple="" |
|
|
|
|
size=5 |
|
|
|
|