Separate offender analyze, parsing in the core, display in the front
This commit is contained in:
@@ -22,10 +22,6 @@ ruleCtrl.controller('RuleCtrl', ['$scope', '$rootScope', '$routeParams', '$locat
|
||||
|
||||
function init() {
|
||||
$scope.rule = $scope.result.rules[$scope.policyName];
|
||||
|
||||
if (angular.isString($scope.rule.offenders)) {
|
||||
$scope.htmlOffenders = $scope.rule.offenders;
|
||||
}
|
||||
}
|
||||
|
||||
$scope.backToDashboard = function() {
|
||||
|
||||
Reference in New Issue
Block a user