blob: d51398d28d90af8bf26dddb53850f50869e1a8d5 [file] [log] [blame]
Simon Huntb9c495e2015-11-05 15:08:06 -08001<!-- partial HTML -->
2<div id="ov-ui-ref-custom">
3 <div class="button-panel">
4 <div class="my-button" ng-click="getData()">
5 Fetch Data
6 </div>
7 </div>
8
Simon Huntdf8a6402016-02-04 10:58:54 -08009 <div id="ov-ui-ref-wrapper">
10 <div class="data-panel">
11 <table>
12 <tr>
13 <td> Number </td>
14 <td class="number"> {{data.number}} </td>
15 </tr>
16 <tr>
17 <td> Square </td>
18 <td class="number"> {{data.square}} </td>
19 </tr>
20 <tr>
21 <td> Cube </td>
22 <td class="number"> {{data.cube}} </td>
23 </tr>
24 </table>
Simon Huntb9c495e2015-11-05 15:08:06 -080025
Simon Huntdf8a6402016-02-04 10:58:54 -080026 <p>
27 A message from our sponsors:
28 </p>
29 <p>
30 <span class="quote"> {{data.message}} </span>
31 </p>
32 </div>
33 <div class="data-panel">
34 <div icon icon-id="nav_uiref" icon-size="180"
35 tooltip tt-msg="Don't Worry... Be Happy!"
36 ng-click="nav('topo')"></div>
37 </div>
Simon Huntb9c495e2015-11-05 15:08:06 -080038 </div>
39</div>