We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cb370 commit 6a4597bCopy full SHA for 6a4597b
docs/content/guide/ie.ngdoc
@@ -28,4 +28,7 @@ browsers, but it is up to you to test and decide whether it works for your parti
28
To ensure your Angular application works on IE please consider:
29
30
1. Use `ng-style` tags instead of `style="{{ someCss }}"`. The latter works in Chrome and Firefox
31
- but does not work in Internet Explorer <= 11 (the most recent version at time of writing).
+ but does not work in Internet Explorer <= 11 (the most recent version at time of writing).
32
+2. For the `type` attribute of buttons, use `ng-attr-type` tags instead of
33
+ `type="{{ someExpression }}"`. If using the latter, Internet Explorer overwrites the expression
34
+ with `type="submit"` before Angular has a chance to interpolate it.
0 commit comments