diff options
Diffstat (limited to 'docs/examples/welcome.html')
| -rw-r--r-- | docs/examples/welcome.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/welcome.html b/docs/examples/welcome.html new file mode 100644 index 00000000..b085123d --- /dev/null +++ b/docs/examples/welcome.html @@ -0,0 +1,5 @@ +Hello {{person.name}}, +<div> + Your contact information: + <div ng:repeat="contact in person.contacts">{{contact.type}}: {{contact.url|linky}}</div> +</div> |
