Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
2
-
Tiger Sprint 158, Tiger Sprint 159
Description
Every interpolated translation creates an Angular watch. Example:
{{ 'SOME_KEY' | translate }}
All these watches add unnecessary digest overhead. Since the key never changes we should use one-time binding instead:
{{ ::'SOME_KEY' | translate }}
Attachments
Issue Links
- causes
-
CHANNELMGR-1351 Page title is not updated in left side panel after changing it in page Properties window.
- Closed
- relates to
-
CMS-10786 [build-failure] Failing karma tests in frontend-ng
- Closed