Skip to content

Commit

Permalink
Merge pull request #4681 from ljkumo/master
Browse files Browse the repository at this point in the history
Update menuClose.js
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 1fd48a0 + 9bf4a1d commit 936252d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/angular/directive/menuClose.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* <a menu-close href="#/home" class="item">Home</a>
* ```
*
* Note that if your destination state uses a resolve and that resolve asyncronously
* Note that if your destination state uses a resolve and that resolve asynchronously
* takes longer than a standard transition (300ms), you'll need to set the
* `nextViewOptions` manually as your resolve completes.
*
Expand All @@ -32,6 +32,7 @@
* disableAnimate: true,
* expire: 300
* });
* ```
*/
IonicModule
.directive('menuClose', ['$ionicHistory', '$timeout', function($ionicHistory, $timeout) {
Expand Down

0 comments on commit 936252d

Please sign in to comment.