Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为此寻找一行语法:
<span ng-if="value">{{value}}</span>
也许是这样的:
<span ng-bind-if="value"></span>
如果保存字符很重要,我建议创建一个自定义指令并在内部处理逻辑。
<span my-hide-if-undefined="value"></span>