File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
"remap-istanbul" : " ^0.7.0" ,
55
55
"rxjs" : " 5.0.0-beta.12" ,
56
56
"systemjs" : " ^0.19.39" ,
57
- "typescript" : " ~2.0 .0" ,
57
+ "typescript" : " ~2.1 .0" ,
58
58
"zone.js" : " ^0.6.25" ,
59
59
"rimraf" : " ^2.5.4" ,
60
60
"@types/lodash" : " ^4.14.37" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import * as _ from "lodash";
41
41
<a class="page-link" style="cursor: pointer">»</a>
42
42
</li>
43
43
</ul>
44
- <ul class="pagination pull-right" *ngIf="p.dataLength > minRowsOnPage">
44
+ <ul class="pagination pull-right float-sm-right " *ngIf="p.dataLength > minRowsOnPage">
45
45
<li class="page-item" *ngFor="let rows of rowsOnPageSet" [class.active]="p.rowsOnPage===rows" (click)="p.setRowsOnPage(rows)">
46
46
<a class="page-link" style="cursor: pointer">{{rows}}</a>
47
47
</li>
You can’t perform that action at this time.
0 commit comments