blob: d7cd832a2c229d3d7a609351025045bbd51a995c [file] [log] [blame]
Jian Li10a20702016-02-01 16:39:51 -08001<!-- partial HTML -->
2<div id="ov-cpman">
3 <div class="button-panel">
4 <div class="my-button" ng-click="getData()">
5 Fetch Data
6 </div>
7 </div>
8
9 <div class="data-panel">
10 <table>
11 <tr>
12 <td> Number </td>
13 <td class="number"> {{data.random}} </td>
14 </tr>
15 </table>
16 </div>
17</div>