This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
</ tr >
11
11
< tr >
12
12
< td class ="form-group uib-time hours " ng-class ="{'has-error': invalidHours} ">
13
- < input style ="width:50px; " type ="text " placeholder ="HH " ng-model ="hours " ng-change ="updateHours() " class ="form-control text-center " ng-readonly ="::readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="disabled " ng-blur ="blur() ">
13
+ < input style ="width:50px; " type ="text " placeholder ="HH " ng-model ="hours " ng-change ="updateHours() " class ="form-control text-center " ng-readonly ="::readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="noIncrementHours() " ng-blur ="blur() ">
14
14
</ td >
15
15
< td class ="uib-separator "> :</ td >
16
16
< td class ="form-group uib-time minutes " ng-class ="{'has-error': invalidMinutes} ">
17
- < input style ="width:50px; " type ="text " placeholder ="MM " ng-model ="minutes " ng-change ="updateMinutes() " class ="form-control text-center " ng-readonly ="::readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="disabled " ng-blur ="blur() ">
17
+ < input style ="width:50px; " type ="text " placeholder ="MM " ng-model ="minutes " ng-change ="updateMinutes() " class ="form-control text-center " ng-readonly ="::readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="noIncrementMinutes() " ng-blur ="blur() ">
18
18
</ td >
19
19
< td ng-show ="showSeconds " class ="uib-separator "> :</ td >
20
20
< td class ="form-group uib-time seconds " ng-class ="{'has-error': invalidSeconds} " ng-show ="showSeconds ">
21
- < input style ="width:50px; " type ="text " ng-model ="seconds " ng-change ="updateSeconds() " class ="form-control text-center " ng-readonly ="readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="disabled " ng-blur ="blur() ">
21
+ < input style ="width:50px; " type ="text " ng-model ="seconds " ng-change ="updateSeconds() " class ="form-control text-center " ng-readonly ="readonlyInput " maxlength ="2 " tabindex ="{{::tabindex}} " ng-disabled ="noIncrementSeconds() " ng-blur ="blur() ">
22
22
</ td >
23
23
< td ng-show ="showMeridian " class ="uib-time am-pm "> < button type ="button " ng-class ="{disabled: noToggleMeridian()} " class ="btn btn-default text-center " ng-click ="toggleMeridian() " ng-disabled ="noToggleMeridian() " tabindex ="{{::tabindex}} "> {{meridian}}</ button > </ td >
24
24
</ tr >
You can’t perform that action at this time.
0 commit comments