|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="loadTradeLogs()">
|
|
|
|
|
<button class="btn btn-success" type="button" ng-click="loadClientCompliance()">
|
|
|
|
|
<i class="fa fa-search"></i> Search
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
@ -115,7 +115,7 @@
|
|
|
|
|
ng-model="pagination.page"
|
|
|
|
|
items-per-page="pagination.limit"
|
|
|
|
|
max-size="10"
|
|
|
|
|
ng-change="getContractAnalysis()"
|
|
|
|
|
ng-change="loadClientCompliance()"
|
|
|
|
|
previous-text="‹"
|
|
|
|
|
next-text="›"
|
|
|
|
|
first-text="«"
|
|
|
|
|