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

Commit 0478bb4

Browse files
Richard Collinscaitp
Richard Collins
authored andcommitted
docs(ie): document IE style attribute interpolation problem
IE has issues with this, it's good to make a note of this. Closes #6329
1 parent 3193a3a commit 0478bb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/guide/ie.ngdoc

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ To make your Angular application work on IE please make sure that:
7777
</body>
7878
</html>
7979
```
80+
5. Use `ng-style` tags instead of `style="{{ someCss }}"`. The later works in Chrome and Firefox
81+
but does not work in Internet Explorer <= 11 (the most recent version at time of writing).
82+
8083

8184
The **important** parts are:
8285

0 commit comments

Comments
 (0)