From 655ac6474b3bbdfa6af9a8105213ecc6893b5504 Mon Sep 17 00:00:00 2001 From: Ates Goral Date: Thu, 27 Nov 2014 14:43:52 -0500 Subject: [PATCH] docs(guide/ie): fixed minor typo Closes #10251 --- docs/content/guide/ie.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 7260aea0..f634a293 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -83,7 +83,7 @@ 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 + 5. Use `ng-style` tags instead of `style="{{ someCss }}"`. The latter works in Chrome and Firefox but does not work in Internet Explorer <= 11 (the most recent version at time of writing).