I want to fill up the heart icon color to red when a condition is true otherwise it'l be as blank.. i have used material design as follow
<md-button class="md-icon-button md-primary" aria-label="Settings" ng-click="checkShortList(shortListLoad.id)">
<md-icon md-font-icon="icon-favorite-outline"></md-icon>
</md-button>
How to solve this context? i'm newbie to material design. Thanks you.