|
|
|
@ -44,7 +44,8 @@ define(['angular', 'static/commons/commons', 'uiBootstrap', 'uiRouter', 'ngBootS
|
|
|
|
|
$state.go('analysis_monitoring.risk_detail',{param:param});
|
|
|
|
|
}
|
|
|
|
|
}]);
|
|
|
|
|
app.controller('RiskDetailCtrl', ['$scope', '$http', '$stateParams','Upload', 'commonDialog', function ($scope, $http,$stateParams, Upload, commonDialog) {
|
|
|
|
|
app.controller('RiskDetailCtrl', ['$scope', '$http', '$stateParams','$uibModal', function ($scope, $http,$stateParams,$uibModal) {
|
|
|
|
|
$scope.client_moniker = $stateParams.param.client_moniker;
|
|
|
|
|
$scope.params = {};
|
|
|
|
|
$scope.loadOrders = function () {
|
|
|
|
|
|
|
|
|
|