Skip to content

Commit 936252d

Browse files
committed
Merge pull request #4681 from ljkumo/master
Update menuClose.js
2 parents 1fd48a0 + 9bf4a1d commit 936252d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/angular/directive/menuClose.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <a menu-close href="#/home" class="item">Home</a>
2323
* ```
2424
*
25-
* Note that if your destination state uses a resolve and that resolve asyncronously
25+
* Note that if your destination state uses a resolve and that resolve asynchronously
2626
* takes longer than a standard transition (300ms), you'll need to set the
2727
* `nextViewOptions` manually as your resolve completes.
2828
*
@@ -32,6 +32,7 @@
3232
* disableAnimate: true,
3333
* expire: 300
3434
* });
35+
* ```
3536
*/
3637
IonicModule
3738
.directive('menuClose', ['$ionicHistory', '$timeout', function($ionicHistory, $timeout) {

0 commit comments

Comments
 (0)