Hello dear
I have below code to get number of notifications in local notifications
LocalNotifications.getAllIds(function(ids) {
this.hasids=ids.length;
});
but this.hasids is not showing in the html file. code in html file is as below
{{hasids}}
What is the problem. But When I use alert(ids.length); It is showing number of alarm correctly. Plz help.