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.
私はこれのための1行の構文を探しています:
<span ng-if="value">{{value}}</span>
たぶん次のようなもの:
<span ng-bind-if="value"></span>
文字の保存が重要な場合は、カスタム ディレクティブを作成し、ロジックを内部で処理することをお勧めします。
<span my-hide-if-undefined="value"></span>