This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
feat(ngBindOnce) && feat{ngRepeatOnce} Bind to the DOM once with no watchers #5408
Closed
Description
This feature should include:
- ngBindOnce
- ngBindTemplateOnce
- ngRepeatOnce
This feature would allow a developer to:
- bind to the DOM one time
- Reduce the number of watchers on e the page, Esp in situations of nested repeaters
It is for data that:
- doesn't need to be dynamic
- is loaded once and forgotten
- cannot be loaded from the server side code