Add dynamic angular interaction after HTML insertion

This commit is contained in:
gconsidine
2017-12-04 15:57:39 -05:00
committed by Jake McDermott
parent aaec3474b0
commit 0a66d1c3fc
4 changed files with 48 additions and 52 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function JobsRun ($stateExtender, strings) {
return new Jobs('get', id)
.then(job => job.extend('job_events', {
params: {
page_size: 200,
page_size: 10000,
order_by: 'start_line'
}
}));