|
|
@@ -413,6 +413,11 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
templateUrl : 'static/view/usercenter/forstore/buyer_down_payment.html',
|
|
|
controller : 'downPaymentCtrl',
|
|
|
controllerUrl : 'app/controllers/forstore/buyer_down_payment_ctrl'
|
|
|
+ })).state('paytest', angularAMD.route({
|
|
|
+ url: '/paytest',
|
|
|
+ templateUrl: 'static/view/usercenter/forstore/pay.html',
|
|
|
+ controller: 'payController',
|
|
|
+ controllerUrl: 'app/controllers/forstore/buyer_pay_ctrl'
|
|
|
}));
|
|
|
}]);
|
|
|
|