Fixed JS compile error.

This commit is contained in:
Chris Houseknecht 2014-07-07 17:44:16 -04:00
parent 04357bd471
commit 74834abc00

View File

@ -1010,7 +1010,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
name: name,
url: scope.job.related.job_events + '?event__icontains=runner'
});
}
};
}