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.
HTML要素の色を動的に変更するためにng-styleを使用しています。
<i class="fa fa-circle" ng-style='{color: "{{getColor()}}"}'></i>
getColor() 関数は変更する色を返し、ユースケースに基づいて異なる色を返すことができます。最初はすべて正常に動作していますが、後で getColor() が別の色を返すと、HTML 要素の色が更新されません。