I'm creating a font picker directive with angularjs for an Umbraco property editor.
In the directive I have a select with the fonts, which is bound to the isolated scope.
If I have two directives on the same page, and I change the selected font in one of them, the other one changes too.
How come? and how do i fix it?