blob: 1fafa79bc2572c6088f93b30418d8a02fa2362bf [file] [log] [blame]
<!-- Bundle page partial html -->
<div id="bundle" class="container">
<div class="main-left">
<h4>You are subscribed to the</h4>
<h3>{{name}}</h3>
<p>{{desc}}</p>
<table>
<tr ng-repeat="func in funcs" class="fadein">
<td class="icon">icon of function</td>
<td class="name">{{func.name}}</td>
<td class="desc">{{func.desc}}</td>
</tr>
</table>
</div>
<div class="main-right">
<h2>Available Bundles</h2>
<div bundle-available></div>
</div>
</div>