mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
6 lines
154 B
HTML
6 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>
|