Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

jdh
jdh
12,334 Points

Angular Filter Not Working in IE9

I'm still learning Angular but curious why this simple function won't work in IE9. Is there something specifically thats not supported in IE9 in my code? Any suggestions on how to refactor so that it is would work in IE9+?

The function and filter is just supposed to filter the data on the left when you click on a specific tag on the right.

I've created a plunker here: http://plnkr.co/edit/EyAHtW1DOX9Nuu8qx2fy?p=preview

I think you can just download the project and open as I'm not sure if Plunker specifically works in IE. If this is too much of an inconvenience then let me know and I'll try to come up with something else to test.

Appreciate the help!

Kevin Lozandier

I haven't played around with Angular yet, but have you looked at the IE9-specific issues on GitHub?

https://github.com/angular/angular.js/labels/browser%3A%20IE9