Closed tomalec closed 5 years ago
It seems we had an incorrectly implemented test that should fail https://github.com/Starcounter/starcounter-include/commit/dbc5e50f265bb8fcd2c790b6ce26e0abbbbc5901#diff-d2023b39f944df7b221779867b7533f6R209
We discussed today with @tomalec that he will first attempt fixing that by changing Polymer binding code in palindrom-client
. If that fails, he will consider removing single imported-template
with multiple scopes with multiple imported-template
s.
Won't be fixed, since the component is not relevant for Starcounter 3.
Steps to reproduce
starcounter-include
fromdom-bind
,view-model
to one that changes href of a view,view-model
to one that has the same view, but do it before the view from 2. is loaded.Live Demo
Expected result
There should be old model (from step 1) attached
Actual result
The new model (from step 3) is attached
Browsers affected
Screenshot