blob: 912b9ac1ccea980348973c369bc8daeaf76612c5 [file] [log] [blame]
<div id="available" ng-controller="CordAvailable as ctrl">
<h2>{{name}}</h2>
<table>
<tr ng-repeat="func in funcs">
<td class="icon">icon of function</td>
<td>{{func.name}}</td>
<td class="desc">{{func.desc}}</td>
</tr>
</table>
<button type="button">Apply</button>
</div>