I'm submitting a bug report
Please tell us about your environment:
Current behavior:
Compose element with bound view-model attribute is not rendered
Expected/desired behavior:
-
What is the expected behavior?
Compose's view is rendered.
Example code https://gist.run/?id=9c1630ecacc19e7a0b15739ab1191bc8
(Unfortunately, gist.run does not support IE11)
-
What is the motivation / use case for changing the behavior?
There is a workaround - binding with attribute on a parent control sets correct binding context for the compose's view. Nevertheless, it would be nice to have it working the expected way since there is no such issue in Chrome, Edge, and Firefox
I'm submitting a bug report
1.4.0
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
6.4.0
NPM Version:
3.10.3
JSPM OR Webpack AND Version
JSPM 0.17.0-beta.42
Browser:
IE 11
Language:
all
Current behavior:
Compose element with bound
view-modelattribute is not renderedExpected/desired behavior:
What is the expected behavior?
Compose's view is rendered.
Example code https://gist.run/?id=9c1630ecacc19e7a0b15739ab1191bc8
(Unfortunately, gist.run does not support IE11)
What is the motivation / use case for changing the behavior?
There is a workaround - binding
withattribute on a parent control sets correct binding context for the compose's view. Nevertheless, it would be nice to have it working the expected way since there is no such issue in Chrome, Edge, and Firefox