diff options
| author | Misko Hevery | 2011-02-03 15:21:34 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-02-03 20:03:38 -0800 |
| commit | 882f412d578e4f01394847fa5fde21b6b4096de2 (patch) | |
| tree | 2d62877e0c00a5117ae3988172e630b1af9c10e5 /docs/static/welcome.html | |
| parent | 0d4def68ae0d95dd106d2731d60b6d6b635b5afc (diff) | |
| download | angular.js-882f412d578e4f01394847fa5fde21b6b4096de2.tar.bz2 | |
Added remainder of the cookbook
Diffstat (limited to 'docs/static/welcome.html')
| -rw-r--r-- | docs/static/welcome.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/static/welcome.html b/docs/static/welcome.html new file mode 100644 index 00000000..b085123d --- /dev/null +++ b/docs/static/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> |
