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.
構文に何か欠けているに違いありませんが、スコープ変数に値が入力されていない場合、デフォルトの背景色を設定するにはどうすればよいですか?
以下は私にとってはうまくいきません:
ng-style="{('backgroundColor':button.color || '#FF6600')}"
ただし、この構文は他の場所でも機能します。
<p>{{button.label || 'Some Text'}}<p>
ng スタイルの構文で何が間違っていますか?