From 118648ef09325155b8b6b6b50b7017f78a79f1d7 Mon Sep 17 00:00:00 2001 From: Richard Collins Date: Wed, 19 Feb 2014 13:48:15 +1300 Subject: [PATCH] Document Internet Explorer style attribute bug --- docs/content/guide/ie.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index f4e442b70e86..80c658b5f6e7 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -77,6 +77,8 @@ To make your Angular application work on IE please make sure that: ``` + 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: