feat(all): custom icons

This commit is contained in:
Manu Mtz.-Almeida
2018-05-17 21:07:05 +02:00
parent fc078af3b4
commit e6638e7922
5 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ export class RefresherContent {
<div class="refresher-pulling">
{this.pullingIcon &&
<div class="refresher-pulling-icon">
<ion-icon name={this.pullingIcon}></ion-icon>
<ion-icon icon={this.pullingIcon}></ion-icon>
</div>
}
{this.pullingText &&