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 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 * }); * ``` */