Project

General

Profile

1
<div class="well">
2
	<p>
3
		<b>path:</b> <i>{{path}}</i><br />
4
		<b>size: </b><i>{{profiles.length}}</i>
5
	</p>
6
	<fieldset>
7
		<legend>
8
			<h4>Profiles</h4>
9
		</legend>
10
		<ol>
11
			<li ng-repeat="id in profiles"><a href="#/profile/{{id}}">{{id}}</a></li>
12
		</ol>
13
	</fieldset>
14
</div>
(7-7/12)