UNPKG

isite

Version:

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

14 lines (12 loc) 282 B
<table class="table table-bordered" > <tr> <th>Route Name</th> <th>Method</th> <th>Requestes Count</th> </tr> <tr ng-repeat="r in routes"> <td>{{r.name}}</td> <td>{{r.method}}</td> <td>{{r.count}}</td> </tr> </table>