mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-16 16:28:29 +10:00
7 lines
162 B
HTML
7 lines
162 B
HTML
<h2>All Contacts</h2>
|
|
<ul>
|
|
<li ng-repeat="contact in contacts">
|
|
<a ui-sref="contacts.detail({contactId:contact.id})">{{contact.name}}</a>
|
|
</li>
|
|
</ul>
|