First off, I know IE7 isnt officially supported, but Angular is such a 
fantastic framework and I don't want to not use it if I can help it, but 
the reality is that 10% of our application's traffic is from IE7

That being said, The angular side of my app is working fairly well in IE7, 
ive come across a few issues but ive been able to deal with them.

One issue I have come across is a bit more serious and I was wondering if 
anyone could help shed any light on it.

If I have an element that has more than one attribute using angular 
binding, it appears to cancel all angular execution in IE7

This works
<div attr1="{{test}}">{{someVariable}}</div>

This does not
<div attr1="{{test}}" attr2="{{test}}">{{someVariable}}</div>

I have a fiddle set up here <http://jsfiddle.net/Df7v5/5/> 

Any help would be greatly appreciated

-- 
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