You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
docs(icon): use ng-bind for md-icon ligature documentation (#9777)
For md-icon font ligatures, `ng-bind` should be used, to keep logic modular inside the md-icon declaration. This is also an important change for users that use multilingual support in their applications and use our demo code as a template
* Update icon demo to use ng-bind instead of inline text interpolization
* Update icon documentation to explain ng-bind usage and its importance with localization support
`ng-bind` is more also more efficient than text interpolization.
Fixes#9750
0 commit comments