fast-bind icon indicating copy to clipboard operation
fast-bind copied to clipboard

Alternatives to AngularJS's built-in bindings that avoid taxing the digest cycle

Results 5 fast-bind issues
Sort by recently updated
recently updated
newest added

Awesome project! [](https://reviewable.io/reviews/kseamon/fast-bind/9)

Hi - Firstly I'd like to thank you for these directives. They've removed hundreds of watchers off some of my heavier pages. I have found a small issue with the...

Previous version didn't work with {{}} expressions and didn't work correctly with latest Angular version. This version: - Binds attributes correctly. - Works with {{}} markup. If I have more...

Thanks for sharing Karl. I'd love to see fast-bind-once and fast-bind-on-notify become a standard part of AngularJS!!! Have you tested fast-bind-on-notify on large ng-repeats? From what I understand ng-repeat applies...