Nav push and pop

This commit is contained in:
Max Lynch
2015-06-10 14:08:37 -05:00
parent 1403819099
commit 5bbb92a36b

View File

@ -67,7 +67,7 @@ There are also shortcut directives we can use for links much like `ui-sref`, suc
`nav-push` and `nav-pop` which can be used like this:
```html
<button nav-push="ContactDetail({contact: contact})">See contact</button>
<button [nav-push]="myContactComponent" [push-data]="contact">See contact</button>
```
```html