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

View File

@@ -12,23 +12,7 @@
<div class="at-u-clear"></div>
</div>
<pre class="at-Stdout-container"><table>
<thead>
<tr>
<th class="at-Stdout-toggle">&nbsp;</th>
<th class="at-Stdout-line"></th>
<th class="at-Stdout-event"></th>
</tr>
</thead>
<tbody ng-bind-html="vm.html"></tbody>
<tfoot>
<tr>
<td class="at-Stdout-toggle">&nbsp;</td>
<td class="at-Stdout-line"></td>
<td class="at-Stdout-event"></td>
<td class="at-Stdout-backToTop"><i class="fa fa-caret-up"></i> <span>Back to Top</span></td>
</tr>
</tfoot></table></pre>
<pre class="at-Stdout-container"><table><thead><tr><th class="at-Stdout-toggle">&nbsp;</th><th class="at-Stdout-line"></th><th class="at-Stdout-event"></th></tr></thead><tbody id="result-table"></tbody></table></pre>
</at-panel>
</div>
</div>