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