I'm using IE8. I think my issue was related to the browser switching into quirks mode. I'm working on coming up with a better code sample to demonstrate the problem I'm hitting. I'll post another soon.
On Tue, Aug 5, 2014 at 2:05 PM, Charly Poly <[email protected]> wrote: > Hi Mark, > > Which IE version do you use for this test ? > > Regards, > Charly. > > > On Tuesday, 5 August 2014 20:12:55 UTC+2, Mark Volkmann wrote: >> >> 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. > -- 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.
