|
|
@ -1901,7 +1901,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
|
|
|
|
};
|
|
|
|
};
|
|
|
|
$scope.loadSubPartners();
|
|
|
|
$scope.loadSubPartners();
|
|
|
|
}]);
|
|
|
|
}]);
|
|
|
|
app.controller('clientDeviceCtrl', 'newDive', 'newDeviceDialogCtrl', ['$scope', '$http', 'orderService', 'commonDialog', 'refunder', '$filter', '$uibModal', function ($scope, $http, orderService, commonDialog, refunder, $filter, $uibModal) {
|
|
|
|
app.controller('clientDeviceCtrl', ['$scope', '$http', 'orderService', 'commonDialog', 'refunder', '$filter', '$uibModal', function ($scope, $http, orderService, commonDialog, refunder, $filter, $uibModal) {
|
|
|
|
$scope.pagination = {};
|
|
|
|
$scope.pagination = {};
|
|
|
|
$scope.params = {};
|
|
|
|
$scope.params = {};
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -2009,7 +2009,6 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
|
|
|
|
|
|
|
|
|
|
|
|
}]);
|
|
|
|
}]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.controller('submitContractCtrl', ['$scope', '$http', function ($scope, $http) {
|
|
|
|
app.controller('submitContractCtrl', ['$scope', '$http', function ($scope, $http) {
|
|
|
|
$scope.choice = false;
|
|
|
|
$scope.choice = false;
|
|
|
|
$scope.chooseYes = function () {
|
|
|
|
$scope.chooseYes = function () {
|
|
|
|