Skip to content

Commit

Permalink
docs(actionsheet): link direct to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed May 26, 2016
1 parent e16932f commit 5aff985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/action-sheet/action-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import {ViewController} from '../nav/view-controller';
* transitions were fired at roughly the same time, it's difficult for the
* nav controller to cleanly animate multiple transitions that may
* have been kicked off asynchronously. This is further described in the
* [`Nav Transition Promises`](../../nav/NavController) section. For action sheets,
* [`Nav Transition Promises`](../../nav/NavController/#nav-transition-promises) section. For action sheets,
* this means it's best to wait for the action sheet to finish its transition
* out before starting a new transition on the same nav controller.
*
Expand Down

0 comments on commit 5aff985

Please sign in to comment.