This repository was archived by the owner on May 29, 2019. It is now read-only.
Commit 53709f0 1 parent cf22882 commit 53709f0 Copy full SHA for 53709f0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
< td ng-show ="showMeridian "> </ td >
7
7
</ tr >
8
8
< tr >
9
- < td class ="control-group " ng-class ="{'error': invalidHours} "> < input type ="text " ng-model ="hours " ng-change ="updateHours() " class ="span1 text-center " ng-mousewheel ="incrementHours() " ng-readonly ="readonlyInput " maxlength ="2 " / ></ td >
9
+ < td class ="control-group " ng-class ="{'error': invalidHours} "> < input type ="text " ng-model ="hours " ng-change ="updateHours() " class ="span1 text-center " ng-mousewheel ="incrementHours() " ng-readonly ="readonlyInput " maxlength ="2 "> </ td >
10
10
< td > :</ td >
11
11
< td class ="control-group " ng-class ="{'error': invalidMinutes} "> < input type ="text " ng-model ="minutes " ng-change ="updateMinutes() " class ="span1 text-center " ng-readonly ="readonlyInput " maxlength ="2 "> </ td >
12
12
< td ng-show ="showMeridian "> < button type ="button " ng-click ="toggleMeridian() " class ="btn text-center "> {{meridian}}</ button > </ td >
17
17
< td > < a ng-click ="decrementMinutes() " class ="btn btn-link "> < i class ="icon-chevron-down "> </ i > </ a > </ td >
18
18
< td ng-show ="showMeridian "> </ td >
19
19
</ tr >
20
- </ table >
20
+ </ table >
You can’t perform that action at this time.
0 commit comments