Hi There,
I have a requirement where I need to show the count of records on Tab.
So I did try like below on Tab label:
Unread ({{$Model.MasterAlerts.data.length}})
This helps me het something like :
But, the count is not getting refreshed when rows are removed from model.
How to get those counts refreshed ?