aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/ie.ngdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc
index f4e442b7..db88cf42 100644
--- a/docs/content/guide/ie.ngdoc
+++ b/docs/content/guide/ie.ngdoc
@@ -77,6 +77,9 @@ To make your Angular application work on IE please make sure that:
</body>
</html>
```
+ 5. Use `ng-style` tags instead of `style="{{ someCss }}"`. The later works in Chrome and Firefox
+ but does not work in Internet Explorer <= 11 (the most recent version at time of writing).
+
The **important** parts are: