I am looking for one line syntax for this:
<span ng-if="value">{{value}}</span>
Maybe something like:
<span ng-bind-if="value"></span>
I am looking for one line syntax for this:
<span ng-if="value">{{value}}</span>
Maybe something like:
<span ng-bind-if="value"></span>
Copyright © 2021 Jogjafile Inc.
If saving characters is important I would recommend creating a custom directive and handle the logic internally.