UNPKG

isite

Version:

Create High Level Multi-Language Web Site [Fast and Easy]

10 lines 208 B
<table class="table table-bordered" > <tr> <th>Name</th> <th>Value</th> </tr> <tr ng-repeat="v in vars"> <td>{{v.name}}</td> <td>{{v.value}}</td> </tr> </table>