mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(refresher): update config variable names
This commit is contained in:
@ -60,10 +60,10 @@ export class RefresherContent {
|
|||||||
*/
|
*/
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
if (!this.pullingIcon) {
|
if (!this.pullingIcon) {
|
||||||
this.pullingIcon = this._config.get('pullingIcon', 'arrow-down');
|
this.pullingIcon = this._config.get('refresherPullingIcon', 'arrow-down');
|
||||||
}
|
}
|
||||||
if (!this.refreshingSpinner) {
|
if (!this.refreshingSpinner) {
|
||||||
this.refreshingSpinner = this._config.get('refreshingSpinner', 'ios');
|
this.refreshingSpinner = this._config.get('refresherRefreshingSpinner', this._config.get('spinner', 'ios'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user