Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Usage

Code Block
themeEclipseConfluence
languagejs
linenumberstrue
<div class="summary-list" onos-table-resize>
	<div class="table-header">
		<table>
			<tr>
				<td>Foo Id</td>
			</tr>
		</table>
	</div>
	<div class="table-body">
		<table> ...Body tr ng-repeat elements here... </table>
	</div>
</div>

...