bindonce
bindonce copied to clipboard
Zero watches binding for AngularJs
When I have properties that are that are null on my model everything work OK with Angular's ng-bind, but with bindonce I get an error like the following: TypeError: Cannot...
Now compatible with AngularJS 1.7+ [source](https://github.com/angular/angular.js/commit/1daa4f2231a89ee88345689f001805ffffa9e7de#diff-1d54c5f722aebc473dbe96f836ddf974)
hi, this not working with this version of angular :+1:
Heya, Thanks for a great a module! I seem to be having an issue when using bindonce with ng-repeat-start and ng-repeat-end. I was wondering if this directive supports it? I'm...
I`m using binonce within accordion-group that has ng-repeat. Using bo-text ="repeatValue.text" throws error. **Code:** ` `
The NPM version is still at 0.3.1.
``` ``` This is not working... What can be going wrong???? I think the bindonce directive is not catching the 'element' by why???
Can bindonce help me with a UI Router element....trying to remove the watcher off this how can i get rid of the watcher from this ui-sref="investments.funds({ Uid: investment.Uid })" Thanks
Hi, First of all, thanks a lot for this great plugin. It saved my life on a previous project. This is not an issue but a question (I'm not sure...
I am testing this library to speed up my large Angular 1.3.5 application. I installed Bindonce and was able to get it to run, now when the page loads (it...