|
@@ -549,7 +549,7 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
|
|
|
controller: 'MessagePublicCtrl',
|
|
controller: 'MessagePublicCtrl',
|
|
|
controllerUrl: 'app/controllers/forstore/messagePublicCtrl'
|
|
controllerUrl: 'app/controllers/forstore/messagePublicCtrl'
|
|
|
})).state('showRate', angularAMD.route({
|
|
})).state('showRate', angularAMD.route({
|
|
|
- url: '/showRate/:orderId',
|
|
|
|
|
|
|
+ url: '/showRate/:orderId/:buyEmail',
|
|
|
templateUrl: 'static/view/vendor/forstore/showRate.html',
|
|
templateUrl: 'static/view/vendor/forstore/showRate.html',
|
|
|
controller: 'showRateCtrl',
|
|
controller: 'showRateCtrl',
|
|
|
controllerUrl: 'app/controllers/forstore/show_rate_ctrl'
|
|
controllerUrl: 'app/controllers/forstore/show_rate_ctrl'
|