I started working with angular and creating my "little" project. I came up to templating issue.
Basically, I try to set colour for elements dynamically with angular. I can't figure out what would be the best and the "right" way to do it.
Is it ok to use if statements in scope? Or better use directive?
My main goal is to be able to set colors from admin mode to toolbar and their icons.
Thank you for answers.