|
|
|
@ -49,7 +49,12 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload','uiBoot
|
|
|
|
|
}).state('compliance_contract', {
|
|
|
|
|
url: '/compliance/contract',
|
|
|
|
|
templateUrl: '/static/payment/partner/templates/contract_for_compliance.html',
|
|
|
|
|
controller: 'clientCommitToComplianceFilesCtrl'
|
|
|
|
|
controller: 'clientCommitToComplianceFilesCtrl',
|
|
|
|
|
resolve: {
|
|
|
|
|
file: ['$http', function ($http) {
|
|
|
|
|
return $http.get('/client/partner_info/compliance/clientViewFiles');
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
}).state('basic.clearing_config', {
|
|
|
|
|
url: '/clearing_config',
|
|
|
|
|
templateUrl: '/static/payment/partner/templates/client_bankaccounts.html',
|
|
|
|
|