UNPKG

isite

Version:

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

10 lines 223 B
<table class="table table-bordered"> <tr> <th>File Path</th> <th>Requestes Count</th> </tr> <tr ng-repeat="f in files"> <td>{{f.path}}</td> <td>{{f.count}}</td> </tr> </table>