@Shore wrote:
Hi,
<label class="item item-radio" ng-repeat="x in listOfCountries | filter : searchText | orderBy : 'x'"> <input type="checkbox" ng-model="x.selected" /> <div class="item-content"> <p>{{ x.country_name }}</p> </div> <i class="radio-icon ion-checkmark"></i> </label> </div>
I am using above code for selecting multiple options in a list. But when I select an option the tick mark is not appearing and it is getting displayed only after the list is scrolled up and down. Please suggest a fix. Thanks in Advance
Posts: 1
Participants: 1