nav doc tweaks

This commit is contained in:
Tim Lancina
2015-10-05 15:24:37 -05:00
parent 9916c187a9
commit 631472d3c1
5 changed files with 49 additions and 30 deletions

View File

@ -16,7 +16,7 @@ class IonicViewImpl extends View {
/**
* the IonicView decorator indicates that the decorated class is an Ionic
* navigation view, meaning it can be navigated to using a [NavController](../../Nav/NavController/)
* navigation view, meaning it can be navigated to using a [NavController](../../Nav/NavController/#creating_views)
*
* Ionic views are automatically wrapped in `<ion-view>`, so although you may
* see these tags if you inspect your markup, you don't need to include them in