We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbeff0 commit 41e6713Copy full SHA for 41e6713
template/datepicker/datepicker.html
@@ -7,7 +7,7 @@
7
<span class="glyphicon glyphicon-chevron-left"> </span>
8
</button>
9
</th>
10
- <th colspan="{{rows[0].length - 2 + showWeekNumbers}}"><button type="button" class="btn btn-md btn-link btn-block" ng-click="toggleMode()"><strong>{{title}}</strong></button></th></th>
+ <th colspan="{{rows[0].length - 2 + showWeekNumbers}}"><button type="button" class="btn btn-md btn-link btn-block" ng-click="toggleMode()"><strong>{{title}}</strong></button></th>
11
<th style="overflow: hidden; min-width: 26px">
12
<button type="button" class="btn btn-xs btn-link" ng-click="move(1)">
13
<span class="glyphicon glyphicon-chevron-right"> </span>
0 commit comments