mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
7 lines
216 B
HTML
7 lines
216 B
HTML
<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>
|