I would like to display the following HTML with angular value; ONLY IF the value exists, how could I wrap the below around an if statement, to check if a value exists FIRST, then if it does; display this inner html.
I'd like to do this inline; ideally with a ternary operator.
<span class="bloCK" ng-mouseover="showPopover()" ng-mouseleave="hidePopover()"><a href="{{website.coolUrl}}" target="_blank">Cool Website</a></span>