You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save and run this minimal test case in IE8, and see that It throws a TypeError: Object doesn't support this property or method in error in IE8. This works fine in Chrome.
Commit 3d0b121 ("release 0.2.12") is where is started breaking, and the prior commit 896c1e4 ("prep for 0.2.12 release") worked just fine.
The text was updated successfully, but these errors were encountered:
@thatmarvin I'm considering requiring something like es5-shim for ie8 support so I don't have to continually think about writing code non-es5 code. How do you feel about that?
I include lo-dash in most of my Angular projects so I prefer not to include the shim as well, only just to keep the size down. Maybe provide adapters for both? (Smells a little over-engineered though.)
Save and run this minimal test case in IE8, and see that It throws a
TypeError: Object doesn't support this property or method
in error in IE8. This works fine in Chrome.Commit 3d0b121 ("release 0.2.12") is where is started breaking, and the prior commit 896c1e4 ("prep for 0.2.12 release") worked just fine.
The text was updated successfully, but these errors were encountered: