bindonce
bindonce copied to clipboard
Zero watches binding for AngularJs
Bo-switch-when does not select the correct value, when comparing with a string. Here is an example: ``` It worked It didn't work ``` http://plnkr.co/edit/FUrCzW9sTuLtYOAFgCqc?p=preview
Could I get some clarification on bindonce directive placement, (best practices)? If I am not supplying the directive a scope property (for the waiting feature), could I simply put the...
I am using bindonce in phonegap Android App and getting an error "object has no method forEach". I am using bindonce with Angular 1.2.13. 03-01 04:14:28.944: I/chromium(1397): [INFO:CONSOLE(239)] "Uncaught TypeError:...
http://seigiard.com/all/angular-bind-once http://jsfiddle.net/8nknD/
In this fiddle, change the ng-value to bo-value, and you'll see the demo fail. http://jsfiddle.net/NHVBW/ I can get the intended outcome (a "unwatched" value) by removing the watcher from ng-value's...