Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 425180d

Browse files
committed
Update IE compatibility button type workaround guidance in docs
Per PR comment
1 parent e166876 commit 425180d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/ie.ngdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ To ensure your Angular application works on IE please consider:
2929

3030
1. Use `ng-style` tags instead of `style="{{ someCss }}"`. The latter works in Chrome and Firefox
3131
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.
32+
2. For the `type` attribute of buttons, use `ng-attr-type` tags instead of
33+
`type="{{ someExpression }}"`. If using the former, Internet Explorer overwrites the expression
34+
with `type="submit"` before Angular has a chance to interpolate it.

0 commit comments

Comments
 (0)