Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions js/angular/directive/refresher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/utils/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
* });
* ```
*/
Expand Down