remove <icon forward></icon>

This commit is contained in:
Adam Bradley
2015-09-18 15:55:18 -05:00
parent 4a58321beb
commit 00ebfaebfc
15 changed files with 39 additions and 51 deletions

View File

@ -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) {