I have a tel filter that I like to apply only if the condition occurs. How can i do this?
This is my current code:
<span class="display-block" ng-show="event.category == 'Entry' && v" ng-repeat="(k, v) in properties"> <strong>{{k | sentenceCase}}:</strong> {{v | tel}} </span>
source share