Copied to clipboard

Flag this post as spam?

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


  • Tom 120 posts 448 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 11280 posts 23678 karma points MVP 11x 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 792 posts 2970 karma points MVP 3x 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

Please Sign in or register to post replies

Write your reply to:

Draft