Lots of tweaks, and angular demos

This commit is contained in:
Max Lynch
2013-08-24 14:14:45 -05:00
parent ae59de54bd
commit d9f1c23ee1
15 changed files with 195 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
<ul class="list" ng-controller="CustomersCtrl">
<a href="#customer/{{customer.id}}" class="list-item" ng-repeat="customer in customers.list">
{{customer.name}}
<i class="icon-arrow-right"></i>
</a>
</ul>