angular.js/docs/examples/welcome.html

6 lines
154 B
HTML
Raw Normal View History

2011-02-03 23:21:34 +00:00
Hello {{person.name}},
<div>
Your contact information:
<div ng:repeat="contact in person.contacts">{{contact.type}}: {{contact.url|linky}}</div>
</div>