docs(actionsheet): dismissing and async navigation

This commit is contained in:
Adam Bradley
2016-04-19 10:17:42 -05:00
parent f1b6d93dce
commit 83af18b87e
2 changed files with 58 additions and 2 deletions

View File

@ -158,7 +158,7 @@ import {ViewController} from '../nav/view-controller';
* let navTransition = alert.dismiss();
*
* // start some async method
* someAsyncOperation(() => {
* someAsyncOperation().then(() => {
* // once the async operation has completed
* // then run the next nav transition after the
* // first transition has finished animating out