Adds NgNonBindable directive to stdout lines

in order to prevent stdout code from running angular snippets
This commit is contained in:
Jared Tabor
2018-04-23 19:49:18 -07:00
parent e4ffdeb0b5
commit 6f1774f1b1

View File

@@ -169,7 +169,7 @@ function JobRenderService ($q, $sce, $window) {
}
if (current.isHost) {
tdEvent = `<td class="at-Stdout-event--host" ui-sref="jobz.host-event.json({eventId: ${current.id}, taskUuid: '${current.uuid}' })">${content}</td>`;
tdEvent = `<td class="at-Stdout-event--host" ui-sref="jobz.host-event.json({eventId: ${current.id}, taskUuid: '${current.uuid}' })"><span ng-non-bindable>${content}</span></td>`;
}
if (current.time && current.line === ln) {