From 31dfe1f8c66a635f7ddecaf296283642c03dab4f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 10 Jun 2015 13:08:30 -0500 Subject: [PATCH] Guide --- GUIDE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index e5be820668..a9287c50f3 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -66,9 +66,13 @@ class ContactsPage { There are also shortcut directives we can use for links much like `ui-sref`, such as `nav-push` and `nav-pop` which can be used like this: -`` +```html + +``` -`` +```html + +``` The really nice thing about this is you can infinitely navigate now (for example, you can keep pushing new `ContactDetail` pages onto the stack), and