andrucz / ionic2-rating

:star: Angular star rating bar. Built for Ionic 2+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not display inside ion-item

hemnath11 opened this issue · comments

<ion-list>
  <ion-item>
    <rating [(ngModel)]="rate" 
        readOnly="false" 
        max="5" 
        emptyStarIconName="star-outline" 
        halfStarIconName="star-half" 
        starIconName="star" 
        nullable="false"
        (ngModelChange)="onModelChange($event)"> 
    </rating>
  </ion-item>
</ion-list>

Any help?

Make sure that "rate" variable and "onModelChange" function exist (in most cases there is no need to declare "ngModelChange").