diff options
| author | Richard Collins | 2014-02-19 13:48:15 +1300 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-20 14:55:18 -0500 | 
| commit | 0478bb4a6034e3072684201b9384f7ddfe109073 (patch) | |
| tree | 1a625ba945842c509f8c0b11639df7f419d00618 /docs/content/guide | |
| parent | 3193a3a5af731a4773feadc23d91c5ab63ef9fda (diff) | |
| download | angular.js-0478bb4a6034e3072684201b9384f7ddfe109073.tar.bz2 | |
docs(ie): document IE style attribute interpolation problem
IE has issues with this, it's good to make a note of this.
Closes #6329
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/ie.ngdoc | 3 | 
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: | 
