@jaydeep048 wrote:
below is my code....
<ion-list ng-repeat="notification in NotificationsData" > <ion-item ng-class="{schactive:notification.clienttripratenotifyread}" ng-click="rateRide(notification)"> <i><img src="images/calendaricon.png" alt="" title="" /></i> <div class="schedtl"> <h1>Please rate your KEY</h1> <p>Dont forgot to rate your KEY from {{notification.endtimeformated}}</p> </div> <ion-option-button class="button-assertive" ng-if="!notification.clienttripratenotifyread" ng-click="markAsRead(notification)" > Mark as<br> Read </ion-option-button> <ion-option-button class="button-calm" ng-click="deleteNotification(notification)"> Delete </ion-option-button><img src="/uploads/default/original/3X/a/9/a9a4531d09965ca7a26e31f2273dcdcc61d41ecd.png" width="634" height="267"> </ion-item> </ion-list>
i want the solution please it urgent.
Thank you
Posts: 1
Participants: 1