Project

General

Profile

1
<div class="well">
2
	<fieldset>
3
		<legend>
4
			<h4>Registered schemas:</h4>
5
		</legend>
6
		<ol>
7
			<li ng-repeat="s in schemas"><a href="#/schema/{{s}}">{{s}}</a></li>
8
		</ol>
9
	</fieldset>
10
</div>
(10-10/12)