Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
@rhettl

Description

@rhettl

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions