Skip to content

Commit ad1f310

Browse files
Zhuk, AlexanderZhuk, Alexander
Zhuk, Alexander
authored and
Zhuk, Alexander
committed
removing uib- references
1 parent 79386c6 commit ad1f310

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Angular Data Grid</h1>
3535
class="form-control"
3636
is-open="dateFromOpened"
3737
ng-click="dateFromOpened = true"
38-
uib-datepicker-popup="shortDate"
38+
datepicker-popup="shortDate"
3939
filter-by="placed"
4040
filter-type="dateFrom"
4141
ng-model="dateFrom"
@@ -61,7 +61,7 @@ <h1>Angular Data Grid</h1>
6161
is-open="dateToOpened"
6262
ng-click="dateToOpened = true"
6363
min-date="dateFrom"
64-
uib-datepicker-popup="shortDate"
64+
datepicker-popup="shortDate"
6565
filter-by="placed"
6666
filter-type="dateTo"
6767
ng-model="dateTo"
@@ -88,14 +88,14 @@ <h1>Angular Data Grid</h1>
8888
</strong>
8989

9090
</div>
91-
<uib-pagination max-size="5"
91+
<pagination max-size="5"
9292
boundary-links="true"
9393
class="pagination-sm"
9494
ng-if="paginationOptions.totalItems > paginationOptions.itemsPerPage"
9595
total-items="paginationOptions.totalItems"
9696
ng-model="paginationOptions.currentPage"
9797
ng-change="reloadGrid()"
98-
items-per-page="paginationOptions.itemsPerPage"></uib-pagination>
98+
items-per-page="paginationOptions.itemsPerPage"></pagination>
9999
<table class="table table-hover table-leo table-condensed table-bordered table-striped">
100100
<thead>
101101
<tr>
@@ -144,14 +144,14 @@ <h1>Angular Data Grid</h1>
144144
</table>
145145
<div class="row">
146146
<div class="col-md-6 col-xs-12">
147-
<uib-pagination max-size="5"
147+
<pagination max-size="5"
148148
boundary-links="true"
149149
class="pagination-sm"
150150
ng-if="paginationOptions.totalItems > paginationOptions.itemsPerPage"
151151
total-items="paginationOptions.totalItems"
152152
ng-model="paginationOptions.currentPage"
153153
ng-change="reloadGrid()"
154-
items-per-page="paginationOptions.itemsPerPage"></uib-pagination>
154+
items-per-page="paginationOptions.itemsPerPage"></pagination>
155155
</div>
156156
<div class="col-md-6 col-xs-12">
157157
<div grid-item-per-page="10, 25, 50, 75" class="pagination-sm"></div>

src/css/variables.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
$activeBg = rgb(16,108,200);
2-
$activeText = #fff;
3-
$textColor = #444;
1+
$activeBg: rgb(16,108,200);
2+
$activeText: #fff;
3+
$textColor: #444;

0 commit comments

Comments
 (0)