This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
input type=email doesn't work in IE9 #4546
Closed
Description
Hi, I'm trying to get my app to work for IE9.
I'm actually using IE10 with Browser Mode set to IE9 and Document Mode set to IE9 standards.
On the input [email] docs page (http://docs.angularjs.org/api/ng.directive:input.email) in version v1.2.0-08f376f it seems like email validation does not work in IE9:
Notice how the value of the textbox is '123' and myForm.$error.email = false
Is this a bug? Do you plan to fix it?
Thanks