|
|
@@ -1791,18 +1791,20 @@ define([ 'app/app' ], function(app) {
|
|
|
};
|
|
|
}]);
|
|
|
|
|
|
- app.controller('homeModalCtrl', ['$rootScope', '$scope', '$modalInstance', 'toaster', '$http', 'ShippingAddress','$state', function($rootScope, $scope, $modalInstance, toaster, $http, ShippingAddress,$state){
|
|
|
- $rootScope.$on('$stateChangeStart',
|
|
|
- function(event, toState, toParams, fromState, fromParams){
|
|
|
- $modalInstance.dismiss();
|
|
|
- })
|
|
|
- $scope.goLink = function(op) {
|
|
|
- $state.go('vendor_account_management',{op:op});
|
|
|
- $modalInstance.dismiss('cancel');
|
|
|
- }
|
|
|
+ app.controller('homeModalCtrl', ['$rootScope', '$scope', '$modalInstance', 'toaster', '$http', 'ShippingAddress','$state', function($rootScope, $scope, $modalInstance, toaster, $http, ShippingAddress,$state) {
|
|
|
+ $rootScope.$on('$stateChangeStart',
|
|
|
+ function (event, toState, toParams, fromState, fromParams) {
|
|
|
+ $modalInstance.dismiss();
|
|
|
+ })
|
|
|
+ $scope.goLink = function (op) {
|
|
|
+ $state.go('vendor_account_management', {op: op});
|
|
|
+ $modalInstance.dismiss('cancel');
|
|
|
+ }
|
|
|
|
|
|
- $scope.cancel = function () {
|
|
|
- $modalInstance.dismiss('cancel');
|
|
|
+ $scope.cancel = function () {
|
|
|
+ $modalInstance.dismiss('cancel');
|
|
|
+ }
|
|
|
+ }])
|
|
|
// 手续费控制器
|
|
|
app.controller('poundageCtrl', ["$scope", "NumberService", function($scope, NumberService){
|
|
|
// 手续费介绍提示框
|