Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've created a property editor, that works perfectly in chrome, but not in IE11.
What am I doing wrong?
Here is a bit of my view:
<div class="header" style="background-image: url({{ model.value.mediaThumb}}); height:{{model.value.headerHeight}}px; background-size:{{model.value.bgSize}}; background-repeat:{{ model.value.bgRepeat}}; background-position:{{model.value.bgPosition}};"></div>
Hi Tom
Does the console log in the inspector tool of IE11 reveal some javascript errors? Or how does it not work in IE11?
/Jan
Hi all,
got nearly the same error on a custom section. In IE11 no model binding takes place. In other browser everything works as expected.
Somebody got the same issues?
Regards David
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Angularjs - bindings not working in IE11
I've created a property editor, that works perfectly in chrome, but not in IE11.
What am I doing wrong?
Here is a bit of my view:
Hi Tom
Does the console log in the inspector tool of IE11 reveal some javascript errors? Or how does it not work in IE11?
/Jan
Hi all,
got nearly the same error on a custom section. In IE11 no model binding takes place. In other browser everything works as expected.
Somebody got the same issues?
Regards David
is working on a reply...