We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f47d5 commit e166876Copy full SHA for e166876
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 buttons, use `ng-attr-type` tags instead of `type="{{ someExpression }}"`.
33
+ Internet Explorer overwrites the expression with `type="submit"` before Angular has a chance
34
+ to interpolate it.
0 commit comments