This repository was archived by the owner on Aug 21, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 < td ng-show ="showMeridian "> </ td >
88 </ tr >
99 < 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 ">
1212 </ td >
1313 < 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 ">
1616 </ td >
1717 < td ng-show ="showMeridian "> < button type ="button " class ="btn btn-default text-center " ng-click ="toggleMeridian() "> {{meridian}}</ button > </ td >
1818 </ tr >
You can’t perform that action at this time.
0 commit comments