Hi, we have a strange bug where re initialisation shows the wrong color. Changing the order of these watchers fixes it.
See in the gif. After refreshing the page the swatch correctly shows the correct color. Then I click back and forth in our in page navigation the swatch is incorrectly showing black. The in page navigation is basically a ng-if, and our app is component style, lots of nested directives.
I tried to create a unit test to show the problem, but was unable to reproduce the problem with a simple directive.
Hi, we have a strange bug where re initialisation shows the wrong color. Changing the order of these watchers fixes it.
See in the gif. After refreshing the page the swatch correctly shows the correct color. Then I click back and forth in our in page navigation the swatch is incorrectly showing black. The in page navigation is basically a ng-if, and our app is component style, lots of nested directives.
I tried to create a unit test to show the problem, but was unable to reproduce the problem with a simple directive.