Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193a3a commit 0478bb4Copy full SHA for 0478bb4
docs/content/guide/ie.ngdoc
@@ -77,6 +77,9 @@ To make your Angular application work on IE please make sure that:
77
</body>
78
</html>
79
```
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
+
83
84
The **important** parts are:
85
0 commit comments