tweak nav docs

This commit is contained in:
Tim Lancina
2015-10-04 14:11:09 -05:00
parent 0358d1b162
commit 3d6dbe3c9a

View File

@@ -6,8 +6,8 @@ import {NavController} from './nav-controller';
/**
* Nav is a basic navigation controller component. As a subclass of [NavController](../NavController/)
* you use it to navigate to views in your app. Nav automatically animates
* transitions between views for you.
* you use it to navigate to views in your app and manipulate the navigation stack.
* Nav automatically animates transitions between views for you.
*
* For more information on using navigation controllers like Nav or [Tabs](../../Tabs/Tabs/),
* take a look at the [NavController API reference](../NavController/).