How to Compare value while printing with AngularJS.
Like {{campaignOverview.TotalMailSent | number} > 0 }
Al i want to do is to compare the Total mail sent with 0 and the print "N/A" if 0 else the value it self.
Thanks in advance.
|
You can pass parameters to your filter with the
|
|||||||||
|