blob: d7cd832a2c229d3d7a609351025045bbd51a995c [file] [log] [blame]
<!-- partial HTML -->
<div id="ov-cpman">
<div class="button-panel">
<div class="my-button" ng-click="getData()">
Fetch Data
</div>
</div>
<div class="data-panel">
<table>
<tr>
<td> Number </td>
<td class="number"> {{data.random}} </td>
</tr>
</table>
</div>
</div>