Faster ng-repeat realization that caches DOM nodes.
npm install ng-repeat-fastIncomplete but faster ng-repeat realization.
Never removes DOM nodes. It adds ng-hide
class on corresponding node when item was
removed instead.
* Supports track by.
* Supports $first, $last, $middle, $index, $even and $odd.
Supports arrays of objects* only. So
* no arrays of primitive values.
* no objects as model.
* Does not create comment nodes.
* Does not support ng-repeat-start & ng-repeat-end.
* Does not support ng-include on repeating element.
* Workaround: use nested element .
* Animations. - planned.
html
{{ item.value }}
`Render just once
one-time binding
`html
{{ ::item.value }}
`With
ng-include
`html
``