|
@@ -9,7 +9,7 @@ ruleCtrl.controller('RuleCtrl', ['$scope', '$rootScope', '$routeParams', '$locat
|
|
function loadResults() {
|
|
function loadResults() {
|
|
// Load result if needed
|
|
// Load result if needed
|
|
if (!$rootScope.loadedResult || $rootScope.loadedResult.runId !== $routeParams.runId) {
|
|
if (!$rootScope.loadedResult || $rootScope.loadedResult.runId !== $routeParams.runId) {
|
|
- Results.get({runId: $routeParams.runId}, function(result) {
|
|
|
|
|
|
+ Results.get({runId: $routeParams.runId, exclude: 'toolsResults'}, function(result) {
|
|
$rootScope.loadedResult = result;
|
|
$rootScope.loadedResult = result;
|
|
$scope.result = result;
|
|
$scope.result = result;
|
|
init();
|
|
init();
|