|
|
|
@ -8,7 +8,7 @@ define(['angular', 'static/commons/commons', 'uiBootstrap', 'uiRouter', 'ngBootS
|
|
|
|
|
controller: 'simpleApplicationListCtrl',
|
|
|
|
|
data: {label: '商户自主申请列表'}
|
|
|
|
|
}).state('partner_apply.apply_detail', {
|
|
|
|
|
url: '/{client_pre_apply_id}/detail',
|
|
|
|
|
url: '/{client_pre_apply_id}/apply/detail',
|
|
|
|
|
templateUrl: '/static/payment/partner/templates/simple_application_detail.html',
|
|
|
|
|
controller: 'simpleApplicationDetailCtrl',
|
|
|
|
|
resolve: {
|
|
|
|
|