I have code in HTML
<li><strong>Scrub:</strong> {{insuredProfile.permanentAddress.isScrubbed}}</li>
This show either true or false i need to show Yes for true and No for false
If i use data-ng-if i can apply only one condition at a time. Can some one suggest better way to do it.Thanks