-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
placeholder 1.3.0-pre12 #390
Comments
Thanks for the bug, does it crash just at startup or do you have to do something to get it to error? The sanitizer rarely changes, I patch it in when they've done something major so I think those two are nearly the same. I'll update it again before we do a stable release. |
happens immediately on directive load (I render it inside ng-repeat at the moment) |
EDIT: My bad, testing on the wrong page. I can replicate it. |
I think this is due to the user agent string being changed in IE 11, see here http://msdn.microsoft.com/en-us/library/ie/hh869301(v=vs.85).aspx. I think if you force IE to pretend it's IE 10 you shouldn't get this problem, in the meantime I have to fix those browser detection tests... |
OK, got the issue - is a problem with IE 11 and stylesheets in JS. |
Hi,
if I have a placeholder TA crashes with an error (it was ok in 1.2.2) in IE11 (didn't test other browsers):
also is there a reason why 1.2.2 uses sanitize v1.3.0-build.2711+sha.facd904 and 1.3.0-pre12 uses 1.2.26?
The text was updated successfully, but these errors were encountered: