From 7e2e7b07b6a79a64891f3f2408fb6c325a499e51 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sat, 2 Jul 2011 01:38:03 +0200 Subject: doc($route): fix $route example and couple of typos Rewrite $route example a bit, as it required $location and $route services to be eager published in the root scope. Fix small typos in formatter and ng:options docs. --- docs/examples/book.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/examples/book.html (limited to 'docs/examples/book.html') diff --git a/docs/examples/book.html b/docs/examples/book.html new file mode 100644 index 00000000..10d4dd91 --- /dev/null +++ b/docs/examples/book.html @@ -0,0 +1,2 @@ +controller: {{name}}
+Book Id: {{params.bookId}}
-- cgit v1.2.3