aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/welcome.html
diff options
context:
space:
mode:
authorMisko Hevery2012-04-28 22:45:28 -0700
committerMisko Hevery2012-05-04 16:12:17 -0700
commit8e2675029f5ca404a7c649cc161df3ea642d941f (patch)
tree6668342fb2c57360e06c9e36bfd4e5e6e08a52f5 /docs/examples/welcome.html
parentd0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff)
downloadangular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2
chore(docs): re-skin main documentation
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>