diff options
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/book.html | 2 | ||||
| -rw-r--r-- | docs/examples/chapter.html | 3 |
2 files changed, 5 insertions, 0 deletions
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}}<br /> +Book Id: {{params.bookId}}<br /> diff --git a/docs/examples/chapter.html b/docs/examples/chapter.html new file mode 100644 index 00000000..5f11f704 --- /dev/null +++ b/docs/examples/chapter.html @@ -0,0 +1,3 @@ +controller: {{name}}<br /> +Book Id: {{prams.bookId}}<br /> +Chapter Id: {{params.chapterId}} |
