mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
5 lines
154 B
HTML
5 lines
154 B
HTML
Hello {{person.name}},
|
|
<div>
|
|
Your contact information:
|
|
<div ng:repeat="contact in person.contacts">{{contact.type}}: {{contact.url|linky}}</div>
|
|
</div>
|