Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 117 posts 443 karma points
    Apr 07, 2014 @ 10:45
    Tom
    0

    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:

    <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>
    
  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Apr 07, 2014 @ 16:04
    Jan Skovgaard
    0

    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

  • David Brendel 786 posts 2949 karma points c-trib
    Jul 17, 2015 @ 19:54
    David Brendel
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies