docs(ionNavAnimation): add parent tag

This commit is contained in:
Andy Joslin
2014-03-10 19:58:10 -06:00
parent d7f3493079
commit 588f18962f

View File

@@ -4,9 +4,10 @@ angular.module('ionic.ui.navAnimation', [])
* @name ionNavAnimation
* @module ionic
* @restrict A
* @parent ionNavView
*
* @description
* When used under an {@link ionic.directive:ionNavView ionNavView} and on an `<a>` element,
* When used under an {@link ionic.directive:ionNavView ionNavView} and on an `<a>` element,
* allows you to set the animation all clicks on that link within the navView use.
*
* @usage