We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf114f6 commit 654dd1dCopy full SHA for 654dd1d
1 file changed
test/ng/directive/formSpec.js
@@ -228,8 +228,8 @@ describe('form', function() {
228
// the issue in the wild, I'm not going to bother to do it
229
// now. (i)
230
231
- // IE9 is special and it doesn't fire submit event when form was destroyed
232
- if (msie != 9) {
+ // IE9 and IE10 are special and don't fire submit event when form was destroyed
+ if (msie < 9) {
233
expect(reloadPrevented).toBe(true);
234
$timeout.flush();
235
}
0 commit comments