From dc979471510cad9728ac6fabb61202b3d08d8243 Mon Sep 17 00:00:00 2001 From: Liu Ji Date: Sat, 28 Nov 2015 11:06:17 +0800 Subject: [PATCH 1/2] Update menuClose.js --- js/angular/directive/menuClose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/menuClose.js b/js/angular/directive/menuClose.js index e9cb821694c..b2d0cd341da 100644 --- a/js/angular/directive/menuClose.js +++ b/js/angular/directive/menuClose.js @@ -22,7 +22,7 @@ * Home * ``` * - * 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. * From 9bf4a1d1a5828ab731904c369aae41f7f9219138 Mon Sep 17 00:00:00 2001 From: Liu Ji Date: Sat, 28 Nov 2015 11:45:50 +0800 Subject: [PATCH 2/2] Update menuClose.js markdown grammar " ``` " are expected --- js/angular/directive/menuClose.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/angular/directive/menuClose.js b/js/angular/directive/menuClose.js index b2d0cd341da..d84694d0ac4 100644 --- a/js/angular/directive/menuClose.js +++ b/js/angular/directive/menuClose.js @@ -32,6 +32,7 @@ * disableAnimate: true, * expire: 300 * }); + * ``` */ IonicModule .directive('menuClose', ['$ionicHistory', '$timeout', function($ionicHistory, $timeout) {