@adityajaiz wrote:
How to select the multiple item on long press ??
<ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="chat in chats" type="item-text-wrap" ng-click="multicheck(chat)" on-hold="onHold()"> <img ng-src="img/{{chat.Image1}}"> <h2>{{chat.name}}</h2> <div class="item-text-wrap"> <h4>{{chat.lastText}}</h4> </div> </ion-item>
Posts: 1
Participants: 1