Merge pull request #579 from juristr/patch-1

docs(api): adjust link to NavController
This commit is contained in:
Adam Bradley
2015-11-18 12:16:01 -06:00

View File

@ -7,7 +7,7 @@ import {IONIC_DIRECTIVES} from './directives';
/** /**
* _For more information on how pages are created, see the [NavController API * _For more information on how pages are created, see the [NavController API
* reference](../../Nav/NavController/#creating_pages)._ * reference](../../components/nav/NavController/#creating_pages)._
* *
* The Page decorator indicates that the decorated class is an Ionic * The Page decorator indicates that the decorated class is an Ionic
* navigation component, meaning it can be navigated to using a NavController. * navigation component, meaning it can be navigated to using a NavController.