File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 48
48
* of the refresher.
49
49
* @param {expression= } on-pulling Called when the user starts to pull down
50
50
* on the refresher.
51
+ * @param {string= } pulling-text The text to display while the user is pulling down.
51
52
* @param {string= } pulling-icon The icon to display while the user is pulling down.
52
53
* Default: 'ion-android-arrow-down'.
53
54
* @param {string= } spinner The {@link ionic.directive:ionSpinner} icon to display
Original file line number Diff line number Diff line change 40
40
* var currentPlatform = ionic.Platform.platform();
41
41
* var currentPlatformVersion = ionic.Platform.version();
42
42
*
43
- * ionic.Platform.exit (); // stops the app
43
+ * ionic.Platform.exitApp (); // stops the app
44
44
* });
45
45
* ```
46
46
*/
You can’t perform that action at this time.
0 commit comments