Skip to content

Commit 96a2bed

Browse files
committed
Updated datepicker template to use bootstrap 3.0 class names.
1 parent 570dba9 commit 96a2bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/datepicker/datepicker.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<table>
22
<thead>
33
<tr class="text-center">
4-
<th><button type="button" class="btn pull-left" ng-click="move(-1)"><i class="icon-chevron-left"></i></button></th>
4+
<th><button type="button" class="btn pull-left" ng-click="move(-1)"><i class="glyphicon glyphicon-chevron-left"></i></button></th>
55
<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>
6+
<th><button type="button" class="btn pull-right" ng-click="move(1)"><i class="glyphicon glyphicon-chevron-right"></i></button></th>
77
</tr>
88
<tr class="text-center" ng-show="labels.length > 0">
99
<th ng-show="showWeekNumbers">#</th>

0 commit comments

Comments
 (0)