This plunk works fine in Chrome, but the same code doesn't work correctly
in IE.
http://plnkr.co/edit/xTly4Bq8MI3zXEYiR0zm?p=preview

Here's the HTML from the plunk:

<html ng-app>
  <head>
    <script src="
https://ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js
"></script>
  </head>
  <body>
    <select>
      <option>{{'foo'}}</option>
      <option>{{'bar'}}</option>
  </body>
</html>

Instead of seeing "foo" for the first option in the select, I see
{{'foo'}}, an unevaluated binding expression. Is there an alternative way
to do this that works in IE?

Note that in my real app. there is a reason I need to use a binding
expression and not just a literal value.

-- 
R. Mark Volkmann
Object Computing, Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to