The ng:style allows you to set CSS style on an HTML element conditionally.
<ANY ng:style="expression"> ... </ANY>
expression – {expression} –
which evals to an object whes key's are CSS style names and values are coresponding values for those CSS keys.