Project

General

Profile

1
<table class="table table-condensed col-lg-3">
2
	<thead>
3
		<tr>
4
			<th>{{field}}</th>
5
			<th class="text-right">#</th>
6
		</tr>
7
	</thead>
8
	<tbody>
9
		<tr ng-repeat="e in entries">
10
			<td><a href="#!/byCountry/{{e.value}}/0/20">{{e.value}}</a></td>
11
			<td class="text-right">{{e.count}}</td>
12
		</tr>
13
	</tbody>
14
</table>
(1-1/4)