mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Lots of tweaks, and angular demos
This commit is contained in:
6
example/angular/customers.html
Normal file
6
example/angular/customers.html
Normal 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>
|
||||
Reference in New Issue
Block a user