This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
< td ng-show ="showMeridian "> </ td >
8
8
</ tr >
9
9
< tr >
10
- < td style =" width:50px; " class ="form-group " ng-class ="{'has-error': invalidHours} ">
11
- < input type ="text " ng-model ="hours " ng-change ="updateHours() " class ="form-control text-center " ng-mousewheel ="incrementHours() " ng-readonly ="readonlyInput " ng-disabled ="disabled " maxlength ="2 ">
10
+ < td class ="form-group " ng-class ="{'has-error': invalidHours} ">
11
+ < input style =" width:50px; " type ="text " ng-model ="hours " ng-change ="updateHours() " class ="form-control text-center " ng-mousewheel ="incrementHours() " ng-readonly ="readonlyInput " ng-disabled ="disabled " maxlength ="2 ">
12
12
</ td >
13
13
< td > :</ td >
14
- < td style =" width:50px; " class ="form-group " ng-class ="{'has-error': invalidMinutes} ">
15
- < input type ="text " ng-model ="minutes " ng-change ="updateMinutes() " class ="form-control text-center " ng-readonly ="readonlyInput " ng-disabled ="disabled " maxlength ="2 ">
14
+ < td class ="form-group " ng-class ="{'has-error': invalidMinutes} ">
15
+ < input style =" width:50px; " type ="text " ng-model ="minutes " ng-change ="updateMinutes() " class ="form-control text-center " ng-readonly ="readonlyInput " ng-disabled ="disabled " maxlength ="2 ">
16
16
</ td >
17
17
< td ng-show ="showMeridian "> < button type ="button " class ="btn btn-default text-center " ng-click ="toggleMeridian() "> {{meridian}}</ button > </ td >
18
18
</ tr >
You can’t perform that action at this time.
0 commit comments