From a64db4b5901febea426e56fb8f8a0ab51080a286 Mon Sep 17 00:00:00 2001 From: Shamsher Ansari Date: Thu, 26 Mar 2015 12:55:43 +0530 Subject: [PATCH 1/2] Update exit() to exitApp() Updated exit() to exitApp() for documentation as the name of the function is exitApp. --- js/utils/platform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/platform.js b/js/utils/platform.js index aeafb34def6..c1e7f649c0a 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -40,7 +40,7 @@ * var currentPlatform = ionic.Platform.platform(); * var currentPlatformVersion = ionic.Platform.version(); * - * ionic.Platform.exit(); // stops the app + * ionic.Platform.exitApp(); // stops the app * }); * ``` */ From d3a2beedb51a9799f2ed46ab938cbe5020739ab4 Mon Sep 17 00:00:00 2001 From: Shamsher Ansari Date: Thu, 26 Mar 2015 12:58:24 +0530 Subject: [PATCH 2/2] Add pulling-text to API docs Add pulling-text to API docs --- js/angular/directive/refresher.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/angular/directive/refresher.js b/js/angular/directive/refresher.js index 06328e1bc8b..2b154a97fd5 100644 --- a/js/angular/directive/refresher.js +++ b/js/angular/directive/refresher.js @@ -48,6 +48,7 @@ * of the refresher. * @param {expression=} on-pulling Called when the user starts to pull down * on the refresher. + * @param {string=} pulling-text The text to display while the user is pulling down. * @param {string=} pulling-icon The icon to display while the user is pulling down. * Default: 'ion-android-arrow-down'. * @param {string=} spinner The {@link ionic.directive:ionSpinner} icon to display