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 1
1
< table class ="well well-large ">
2
2
< thead >
3
3
< tr class ="text-center ">
4
- < th > < button class ="btn pull-left " ng-click ="move(-1) "> < i class ="icon-chevron-left "> </ i > </ button > </ th >
5
- < th colspan ="{{rows[0].length - 2 + showWeekNumbers}} "> < button class ="btn btn-block " ng-click ="toggleMode() "> < strong > {{title}}</ strong > </ button > </ th >
6
- < th > < button class ="btn pull-right " ng-click ="move(1) "> < i class ="icon-chevron-right "> </ i > </ button > </ th >
4
+ < th > < button type =" button " class ="btn pull-left " ng-click ="move(-1) "> < i class ="icon-chevron-left "> </ i > </ button > </ th >
5
+ < th colspan ="{{rows[0].length - 2 + showWeekNumbers}} "> < button type =" button " class ="btn btn-block " ng-click ="toggleMode() "> < strong > {{title}}</ strong > </ button > </ th >
6
+ < th > < button type =" button " class ="btn pull-right " ng-click ="move(1) "> < i class ="icon-chevron-right "> </ i > </ button > </ th >
7
7
</ tr >
8
8
< tr class ="text-center " ng-show ="labels.length > 0 ">
9
9
< th ng-show ="showWeekNumbers "> #</ th >
14
14
< tr ng-repeat ="row in rows ">
15
15
< td ng-show ="showWeekNumbers " class ="text-center "> < em > {{ getWeekNumber(row) }}</ em > </ td >
16
16
< td ng-repeat ="dt in row " class ="text-center ">
17
- < button style ="width:100%; " class ="btn " ng-class ="{'btn-info': dt.isSelected} " ng-click ="select(dt.date) " ng-disabled ="dt.disabled "> < span ng-class ="{muted: ! dt.isCurrent} "> {{dt.label}}</ span > </ button >
17
+ < button type =" button " style ="width:100%; " class ="btn " ng-class ="{'btn-info': dt.isSelected} " ng-click ="select(dt.date) " ng-disabled ="dt.disabled "> < span ng-class ="{muted: ! dt.isCurrent} "> {{dt.label}}</ span > </ button >
18
18
</ td >
19
19
</ tr >
20
20
</ tbody >
You can’t perform that action at this time.
0 commit comments