Initial version of the angular app.

This commit is contained in:
yackob03 2013-09-24 18:21:14 -04:00
parent e107d79612
commit 995ad8b679
7 changed files with 90 additions and 10 deletions

View file

@ -0,0 +1 @@
<a ng-href="#/repository/">Repositories</a>

View file

@ -0,0 +1,4 @@
<h2>Repositories</h2>
<div ng-repeat="repository in repositories">
{{repository.namespace}}/{{repository.name}}
</div>