@ -9,23 +9,28 @@
.i-rotate_90 {
.i-rotate_90 {
animation: rotate_90 1s forwards;
animation: rotate_90 1s forwards;
-webkit-animation: rotate_90 1s forwards; /* Safari and Chrome */
-webkit-animation: rotate_90 1s forwards;
/* Safari and Chrome */
}
}
@keyframes rotate_90 {
@keyframes rotate_90 {
from {
from {
transform: rotate(0deg);
transform: rotate(0deg);
}
}
to {
to {
transform: rotate(90deg);
transform: rotate(90deg);
}
}
}
}
@-webkit-keyframes rotate_90 /* Safari and Chrome */
@-webkit-keyframes rotate_90
/* Safari and Chrome */
{
{
from {
from {
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
}
to {
to {
-webkit-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
}
@ -78,6 +83,7 @@
.line_height_ {
.line_height_ {
line-height: 22px;
line-height: 22px;
}
}
.white_content {
.white_content {
display: none;
display: none;
position: absolute;
position: absolute;
@ -86,36 +92,37 @@
padding: 20px;
padding: 20px;
border: 1px solid orange;
border: 1px solid orange;
background-color: white;
background-color: white;
z-index:1002;
z-index: 1002;
overflow: auto;
overflow: auto;
}
}
.white_content::-webkit-scrollbar:vertical {
.white_content::-webkit-scrollbar:vertical {
width: 11px;
width: 11px;
}
}
/*定义滚动条高宽及背景
/*定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸*/
高宽分别对应横竖滚动条的尺寸*/
.white_content::-webkit-scrollbar
.white_content::-webkit-scrollbar {
{
-webkit-appearance: none;
-webkit-appearance: none;
width:16px;
width: 16px;
height:16px;
height: 16px;
background-color:#F5F5F5;
background-color: #F5F5F5;
}
}
/*定义滚动条轨道
/*定义滚动条轨道
内阴影+圆角*/
内阴影+圆角*/
.white_content::-webkit-scrollbar-track
.white_content::-webkit-scrollbar-track {
{
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
border-radius:10px;
background-color: #F5F5F5;
background-color:#F5F5F5;
}
}
/*定义滑块
/*定义滑块
内阴影+圆角*/
内阴影+圆角*/
.white_content::-webkit-scrollbar-thumb
.white_content::-webkit-scrollbar-thumb {
{
border-radius: 10px;
border-radius:10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
background-color:#555;
}
}
< / style >
< / style >
< section class = "content-header" >
< section class = "content-header" >
@ -154,8 +161,7 @@
< / label >
< / label >
< div class = "col-sm-4 col-xs-8" >
< div class = "col-sm-4 col-xs-8" >
< input class = "form-control" placeholder = "Keyword"
< input class = "form-control" placeholder = "Keyword"
ng-enter="loadTradeLogs(1)"
ng-enter="loadTradeLogs(1)" ng-model="params.searchText">
ng-model="params.searchText">
< / div >
< / div >
< / div >
< / div >
< div class = "form-group col-xs-12" >
< div class = "form-group col-xs-12" >
@ -208,12 +214,18 @@
ng-class="{'bg-primary':params.channel=='ALIPAYONLINE'}"
ng-class="{'bg-primary':params.channel=='ALIPAYONLINE'}"
ng-click="params.channel='ALIPAYONLINE';loadTradeLogs(1)">AlipayOnline< / a >
ng-click="params.channel='ALIPAYONLINE';loadTradeLogs(1)">AlipayOnline< / a >
|
|
< a role = "button" ng-class = "{'bg-primary':params.channel=='ALIPAYPLUS'}"
ng-click="params.channel='ALIPAYPLUS';loadTradeLogs(1)">Alipay+< / a >
|
< a role = "button" ng-class = "{'bg-primary':params.channel=='RPAY'}"
< a role = "button" ng-class = "{'bg-primary':params.channel=='RPAY'}"
ng-click="params.channel='RPAY';loadTradeLogs(1)">RPay+< / a > |
ng-click="params.channel='RPAY';loadTradeLogs(1)">RPay+< / a > |
< a role = "button" ng-class = "{'bg-primary':params.channel=='RPAYPMT_CARD'}"
< a role = "button"
ng-click="params.channel='RPAYPMT_CARD';loadTradeLogs(1)">Card Payment< / a > |
ng-class="{'bg-primary':params.channel=='RPAYPMT_CARD'}"
ng-click="params.channel='RPAYPMT_CARD';loadTradeLogs(1)">Card
Payment< / a > |
< a role = "button" ng-class = "{'bg-primary':params.channel=='RPAYPMT_DD'}"
< a role = "button" ng-class = "{'bg-primary':params.channel=='RPAYPMT_DD'}"
ng-click="params.channel='RPAYPMT_DD';loadTradeLogs(1)">Direct Debit< / a >
ng-click="params.channel='RPAYPMT_DD';loadTradeLogs(1)">Direct
Debit< / a >
< / p >
< / p >
< / div >
< / div >
< / div >
< / div >
@ -280,17 +292,17 @@
< div class = "form-control-static form-inline" >
< div class = "form-control-static form-inline" >
< div style = "display: inline-block" >
< div style = "display: inline-block" >
< input class = "form-control" id = "date-from-input"
< input class = "form-control" id = "date-from-input"
ng-model="params.datefrom"
ng-model="params.datefrom" uib-datepicker-popup size="10"
uib-datepicker-popup size="10" placeholder="From"
placeholder="From" is-open="dateBegin.open"
is-open="dateBegin.open" ng-click="dateBegin.open=true"
ng-click="dateBegin.open=true"
datepicker-options="{maxDate:params.dateto||today}">
datepicker-options="{maxDate:params.dateto||today}">
< / div >
< / div >
~
~
< div style = "display: inline-block" >
< div style = "display: inline-block" >
< input class = "form-control" id = "date-to-input"
< input class = "form-control" id = "date-to-input"
ng-model="params.dateto"
ng-model="params.dateto" uib-datepicker-popup size="10"
uib-datepicker-popup size="10" placeholder="To"
placeholder="To" is-open="dateTo.open"
is-open="dateTo.open" ng-click="dateTo.open=true"
ng-click="dateTo.open=true"
datepicker-options="{minDate:params.datefrom,maxDate:today}">
datepicker-options="{minDate:params.datefrom,maxDate:today}">
< / div >
< / div >
@ -337,11 +349,15 @@
< p class = "form-control-static" ng-if = "clients.length>=20" >
< p class = "form-control-static" ng-if = "clients.length>=20" >
< a role = "button" ng-class = "{'bg-primary':isAll}"
< a role = "button" ng-class = "{'bg-primary':isAll}"
ng-click="chooseClient('all')">All< / a >
ng-click="chooseClient('all')">All< / a >
< label ng-click = "checkSubClientChoseShow('');choseDivStopPropagation($event)" style = "cursor: pointer;" >
< label
| < input ng-model = "choseSubClientNow" style = "border:none;cursor: pointer;" readonly >
ng-click="checkSubClientChoseShow('');choseDivStopPropagation($event)"
style="cursor: pointer;">
| < input ng-model = "choseSubClientNow"
style="border:none;cursor: pointer;" readonly>
< / label >
< / label >
< / p >
< / p >
< div id = "light" class = "white_content" ng-if = "more20ChoseSubClient" style = "display: block;" ng-click = "choseDivStopPropagation($event)" >
< div id = "light" class = "white_content" ng-if = "more20ChoseSubClient"
style="display: block;" ng-click="choseDivStopPropagation($event)">
< div class = "row" >
< div class = "row" >
< div class = "form-group col-xs-12" >
< div class = "form-group col-xs-12" >
< div class = "col-sm-8 col-xs-8" >
< div class = "col-sm-8 col-xs-8" >
@ -349,14 +365,17 @@
ng-model="subSearchText">
ng-model="subSearchText">
< / div >
< / div >
< div class = "col-sm-3" >
< div class = "col-sm-3" >
< button class = "btn btn-success" type = "button" ng-click = "searchSubClients(subSearchText,1)" >
< button class = "btn btn-success" type = "button"
ng-click="searchSubClients(subSearchText,1)">
< i class = "fa fa-search" > < / i > Search
< i class = "fa fa-search" > < / i > Search
< / button >
< / button >
< / div >
< / div >
< / div >
< / div >
< div class = "col-sm-12 table-responsive" >
< div class = "col-sm-12 table-responsive" >
< div class = "col-sm-6" style = "padding: 0 2px" >
< div class = "col-sm-6" style = "padding: 0 2px" >
< table class = "table table-bordered table-striped table-hover" style = "padding: 6px" >
< table
class="table table-bordered table-striped table-hover"
style="padding: 6px">
< thead >
< thead >
< tr >
< tr >
< th > Partner Code< / th >
< th > Partner Code< / th >
@ -366,12 +385,14 @@
< / thead >
< / thead >
< tbody >
< tbody >
< tr ng-repeat = "subPartner in subClientTable1" >
< tr ng-repeat = "subPartner in subClientTable1" >
< td ng-click = "showClient(subPartner); toShow = !toShow" style = "cursor:pointer" >
< td ng-click = "showClient(subPartner); toShow = !toShow"
style="cursor:pointer">
{{subPartner.client_moniker}}
{{subPartner.client_moniker}}
< / td >
< / td >
< td ng-bind = "subPartner.short_name" > < / td >
< td ng-bind = "subPartner.short_name" > < / td >
< td >
< td >
< button role = "button" class = "btn btn-info" title = "Add Search"
< button role = "button" class = "btn btn-info"
title="Add Search"
style="padding: 1px 6px;"
style="padding: 1px 6px;"
ng-click="chooseClient(subPartner);checkSubClientChoseShow(subPartner)">
ng-click="chooseClient(subPartner);checkSubClientChoseShow(subPartner)">
< i class = "fa fa-plus" > < / i >
< i class = "fa fa-plus" > < / i >
@ -382,7 +403,9 @@
< / table >
< / table >
< / div >
< / div >
< div class = "col-sm-6" style = "padding: 0 2px" >
< div class = "col-sm-6" style = "padding: 0 2px" >
< table class = "table table-bordered table-striped table-hover" style = "padding: 6px" >
< table
class="table table-bordered table-striped table-hover"
style="padding: 6px">
< thead >
< thead >
< tr >
< tr >
< th > Partner Code< / th >
< th > Partner Code< / th >
@ -392,12 +415,14 @@
< / thead >
< / thead >
< tbody >
< tbody >
< tr ng-repeat = "subPartner in subClientTable2" >
< tr ng-repeat = "subPartner in subClientTable2" >
< td ng-click = "showClient(subPartner); toShow = !toShow" style = "cursor:pointer" >
< td ng-click = "showClient(subPartner); toShow = !toShow"
style="cursor:pointer">
{{subPartner.client_moniker}}
{{subPartner.client_moniker}}
< / td >
< / td >
< td ng-bind = "subPartner.short_name" > < / td >
< td ng-bind = "subPartner.short_name" > < / td >
< td >
< td >
< button role = "button" class = "btn btn-info" title = "Add Search"
< button role = "button" class = "btn btn-info"
title="Add Search"
style="padding: 1px 6px;"
style="padding: 1px 6px;"
ng-click="chooseClient(subPartner);checkSubClientChoseShow(subPartner)">
ng-click="chooseClient(subPartner);checkSubClientChoseShow(subPartner)">
< i class = "fa fa-plus" > < / i >
< i class = "fa fa-plus" > < / i >
@ -408,27 +433,26 @@
< / table >
< / table >
< / div >
< / div >
< / div >
< / div >
< div class = "box-footer" ng-if = "clients.length" style = "float: right;" >
< div class = "box-footer" ng-if = "clients.length"
style="float: right;">
< uib-pagination class = "pagination"
< uib-pagination class = "pagination"
total-items="subClientPagination.totalCount"
total-items="subClientPagination.totalCount"
boundary-links="true"
boundary-links="true" ng-model="subClientPagination.page"
ng-model="subClientPagination.page"
items-per-page="subClientPagination.limit" max-size="10"
items-per-page="subClientPagination.limit"
max-size="10"
ng-change="searchSubClients('',subClientPagination.page)"
ng-change="searchSubClients('',subClientPagination.page)"
previous-text="‹ "
previous-text="‹ " next-text="› "
next-text="› "
first-text="« " last-text="» ">< / uib-pagination >
first-text="« "
last-text="» ">< / uib-pagination >
< div class = "row" >
< div class = "row" >
< div class = "col-xs-12" >
< div class = "col-xs-12" >
Total Records:{{subClientPagination.totalCount}};Total Pages:{{subClientPagination.totalPages}}
Total Records:{{subClientPagination.totalCount}};Total
Pages:{{subClientPagination.totalPages}}
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "modal-footer" >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-danger" ng-click = "checkSubClientChoseShow('')" > Cancel< / button >
< button type = "button" class = "btn btn-danger"
ng-click="checkSubClientChoseShow('')">Cancel< / button >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
@ -512,7 +536,8 @@
< span class = "info-box-text" > Input Amount< / span >
< span class = "info-box-text" > Input Amount< / span >
< span class = "info-box-number box-number_font"
< span class = "info-box-number box-number_font"
ng-bind="analysis.display_amount|currency:'AUD '">< / span >
ng-bind="analysis.display_amount|currency:'AUD '">< / span >
< span class = "small" > ( {{analysis.pre_display_amount | currency:'pre authorization '}} )< / span >
< span class = "small" > ( {{analysis.pre_display_amount | currency:'pre
authorization '}} )< / span >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
@ -608,40 +633,108 @@
< td ng-bind = "trade.client_order_id||'NOT PROVIDED'" > < / td >
< td ng-bind = "trade.client_order_id||'NOT PROVIDED'" > < / td >
< td >
< td >
< img src = "/static/images/clearing-icon.png" uib-tooltip = "clearing"
< img src = "/static/images/clearing-icon.png" uib-tooltip = "clearing"
ng-if="trade.clearing_status=='1'"/>
ng-if="trade.clearing_status=='1'" />
< i class = "fa fa-check-circle-o text-danger" uib-tooltip = "Refund Audition Required"
< i class = "fa fa-check-circle-o text-danger"
ng-if="trade.audition">< / i >
uib-tooltip="Refund Audition Required" ng-if="trade.audition">< / i >
< img src = "/static/images/royalpay_sign_s.png" uib-tooltip = "RoyalPay"
< img src = "/static/images/royalpay_sign_s.png" uib-tooltip = "RoyalPay"
ng-if="trade.source=='system'"/>
ng-if="trade.source=='system'" />
< img src = "/static/images/yangmaimai_sign.png" uib-tooltip = "RP跨境商城"
< img src = "/static/images/yangmaimai_sign.png" uib-tooltip = "RP跨境商城"
ng-if="trade.source=='RP跨境商城'"/>
ng-if="trade.source=='RP跨境商城'" />
< img src = "/static/images/wechatpay_sign.png" uib-tooltip = "Znyoo"
< img src = "/static/images/wechatpay_sign.png" uib-tooltip = "Znyoo"
ng-if="trade.channel=='Znyoo'"/>
ng-if="trade.channel=='Znyoo'" />
< img src = "/static/images/wechatpay_sign.png" uib-tooltip = "Wechat Pay"
< img src = "/static/images/wechatpay_sign.png" uib-tooltip = "Wechat Pay"
ng-if="trade.channel=='Wechat'"/>
ng-if="trade.channel=='Wechat'" />
< img src = "/static/images/bestpay_sign.png" uib-tooltip = "BestPay" alt = "BestPay"
< img src = "/static/images/bestpay_sign.png" uib-tooltip = "BestPay" alt = "BestPay"
ng-if="trade.channel=='Bestpay'"/>
ng-if="trade.channel=='Bestpay'" />
< img src = "/static/images/alipay_sign.png" uib-tooltip = "Alipay" alt = "Alipay"
< img src = "/static/images/alipay_sign.png" uib-tooltip = "Alipay" alt = "Alipay"
ng-if="trade.channel=='Alipay'"/>
ng-if="trade.channel=='Alipay'" />
< img src = "/static/images/alipay_sign.png" uib-tooltip = "AlipayOnline"
< img src = "/static/images/alipay_sign.png" uib-tooltip = "AlipayOnline"
alt="AlipayOnline" ng-if="trade.channel=='AlipayOnline'"/>
alt="AlipayOnline" ng-if="trade.channel=='AlipayOnline'" />
< img src = "/static/images/jd_sign.png" uib-tooltip = "JD Pay"
< img src = "/static/images/jd_sign.png" uib-tooltip = "JD Pay"
ng-if="trade.channel=='jd'"/>
ng-if="trade.channel=='jd'" />
< img src = "/static/images/hf_sign.png" uib-tooltip = "HF Pay"
< img src = "/static/images/hf_sign.png" uib-tooltip = "HF Pay"
ng-if="trade.channel=='hf'"/>
ng-if="trade.channel=='hf'" />
< img src = "/static/images/rpayplus_sign.png" uib-tooltip = "RPay+"
< img src = "/static/images/rpayplus_sign.png" uib-tooltip = "RPay+"
ng-if="trade.channel=='Rpay'"/>
ng-if="trade.channel=='Rpay'" />
< img src = "/static/images/yeepay_sign.png" uib-tooltip = "Yeepay"
< img src = "/static/images/yeepay_sign.png" uib-tooltip = "Yeepay"
ng-if="trade.channel=='Yeepay'"/>
ng-if="trade.channel=='Yeepay'" />
< img src = "/static/images/lakalapay_sign.png" uib-tooltip = "LakalaPay"
< img src = "/static/images/lakalapay_sign.png" uib-tooltip = "LakalaPay"
ng-if="trade.channel=='LakalaPay'"/>
ng-if="trade.channel=='LakalaPay'" />
< img src = "/static/images/card_payment_sign.png"
< img src = "/static/images/card_payment_sign.png" uib-tooltip = "Card Payment"
uib-tooltip="Card Payment" ng-if="trade.channel=='rpaypmt_card'"/>
ng-if="trade.channel=='rpaypmt_card'" />
< img src = "/static/images/direct_debit_sign.png"
< img src = "/static/images/direct_debit_sign.png" uib-tooltip = "Direct Debit"
uib-tooltip="Direct Debit" ng-if="trade.channel=='rpaypmt_dd'"/>
ng-if="trade.channel=='rpaypmt_dd'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay CN"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_cn'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay SG"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_sg'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay MO"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_mo'" />
< img src = "/static/images/alipay-hk.png" style = "height: 20px"
uib-tooltip="Alipay HK/支付宝香港"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_hk'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay LU"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_lu'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay GB"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_gb'" />
< img src = "/static/images/alipay_sign.png" style = "height: 20px"
uib-tooltip="Alipay US"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='alipay_ac_us'" />
< img src = "/static/images/paytm-logo.png" style = "height: 20px"
uib-tooltip="Patytm Wallet"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='paytm'" />
< img src = "/static/images/kakaopay.png" style = "height: 20px"
uib-tooltip="Kakao Pay"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='kakaopay'" />
< img src = "/static/images/truemoney-logo.png" style = "height: 20px"
uib-tooltip="TrueMoney"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='truemoney'" />
< img src = "/static/images/ezlink-logo.png" style = "height: 20px"
uib-tooltip="EZLINK"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='ezlink'" />
< img src = "/static/images/gcash-logo.png" style = "height: 20px"
uib-tooltip="GCash"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='gcash'" />
< img src = "/static/images/TNGeWalletLogo.png" style = "height: 20px"
uib-tooltip="TNG"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='tng'" />
< img src = "/static/images/dana-wallet-logo.png" style = "height: 20px"
uib-tooltip="Dana Wallet"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='dana'" />
< img src = "/static/images/easypasia-logo.png" style = "height: 20px"
uib-tooltip="EasyPasia"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='easy_paisa'" />
< img src = "/static/images/bkash-logo.png" style = "height: 20px"
uib-tooltip="bKash Wallet"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='bkash'" />
< img src = "/static/images/lazada-logo.png" style = "height: 20px"
uib-tooltip="Lazada Wallet"
ng-if="trade.channel=='AlipayPlus' & & trade.pay_type=='lazada_wallet_my'" />
{{trade.order_id}}< span
{{trade.order_id}}< span
ng-if="trade.source!='system' & & trade.source!=null & & trade.incremental_surcharge != null">< i
ng-if="trade.source!='system' & & trade.source!=null & & trade.incremental_surcharge != null">< i
class="fa fa-question-circle-o" uib-tooltip-html="trade.htmlTooltip">< / i > < / span >
class="fa fa-question-circle-o"
uib-tooltip-html="trade.htmlTooltip">< / i > < / span >
< / td >
< / td >
< td >
< td >
{{trade.total_amount|currency:trade.currency+' '}}
{{trade.total_amount|currency:trade.currency+' '}}
@ -665,13 +758,14 @@
uib-tooltip-enable="{{trade.order_detail}}">< / span >
uib-tooltip-enable="{{trade.order_detail}}">< / span >
< / td >
< / td >
< td >
< td >
< a role = "button" class = "text-bold" ng-click = "showTradeDetail(trade)" title = "Detail" >
< a role = "button" class = "text-bold" ng-click = "showTradeDetail(trade)"
title="Detail">
< i class = "fa fa-list-alt" > < / i >
< i class = "fa fa-list-alt" > < / i >
< / a >
< / a >
< a role = "button"
< a role = "button"
ng-if="trade.clearing_status==2 & & trade.client_id==currentUser.client_id"
ng-if="trade.clearing_status==2 & & trade.client_id==currentUser.client_id"
class="text-bold text-primary"
class="text-bold text-primary" ng-click="releasePreAuth(trade.order_id)"
ng-click="releasePreAuth(trade.order_id)" title="Release Pre-Authorization">
title="Release Pre-Authorization">
< i class = "fa fa-unlock-alt" > < / i >
< i class = "fa fa-unlock-alt" > < / i >
< / a >
< / a >
< a role = "button"
< a role = "button"
@ -687,17 +781,10 @@
< / div >
< / div >
< div class = "box-footer" ng-if = "tradeLogs.length" >
< div class = "box-footer" ng-if = "tradeLogs.length" >
< uib-pagination class = "pagination"
< uib-pagination class = "pagination" total-items = "pagination.totalCount" boundary-links = "true"
total-items="pagination.totalCount"
ng-model="pagination.page" items-per-page="pagination.limit" max-size="10"
boundary-links="true"
ng-change="loadTradeLogs()" previous-text="‹ " next-text="› "
ng-model="pagination.page"
first-text="« " last-text="» ">< / uib-pagination >
items-per-page="pagination.limit"
max-size="10"
ng-change="loadTradeLogs()"
previous-text="‹ "
next-text="› "
first-text="« "
last-text="» ">< / uib-pagination >
< div class = "row" >
< div class = "row" >
< div class = "col-xs-12" > Total Records:{{pagination.totalCount}};Total
< div class = "col-xs-12" > Total Records:{{pagination.totalCount}};Total
Pages:{{pagination.totalPages}}
Pages:{{pagination.totalPages}}