mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
remove <icon forward></icon>
This commit is contained in:
@ -53,10 +53,7 @@ export class Icon {
|
||||
onInit() {
|
||||
let ele = this.eleRef.nativeElement;
|
||||
|
||||
if (ele.hasAttribute('forward')) {
|
||||
this.name = this.config.setting('forwardIcon');
|
||||
|
||||
} else if (this.mode == 'ios' && this.ios) {
|
||||
if (this.mode == 'ios' && this.ios) {
|
||||
this.name = this.ios;
|
||||
|
||||
} else if (this.mode == 'md' && this.md) {
|
||||
|
Reference in New Issue
Block a user