-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bindonceController.runBinders is not a function #129
Comments
I read this on your docs: when used with ng-repeat bindonce doesn't need to check if person is defined because ng-repeat creates the directives only when person exists. You could be more explicit: So I dont think i am making a mistake by doing this:
instead of this:
****Difference ^^^ (bindonce="licenseDetail.licenseNoteList) ^^^ |
I also get this error: TypeError: bindonceController.setupWatcher is not a function Example:
|
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 does load) i get many errors in the console. All of the errors say:
TypeError: bindonceController.runBinders is not a function
at bindonceDirective.link (http://spa.local/scripts/bindonce.js:225:26)
at invokeLinkFn (http://spa.local/scripts/angular.js:8141:9)
at nodeLinkFn (http://spa.local/scripts/angular.js:7653:11)
at compositeLinkFn (http://spa.local/scripts/angular.js:7009:13)
at publicLinkFn (http://spa.local/scripts/angular.js:6888:30)
at boundTranscludeFn (http://spa.local/scripts/angular.js:7027:16)
at controllersBoundTransclude (http://spa.local/scripts/angular.js:7680:18)
at ngRepeatAction (http://spa.local/scripts/angular.js:24406:15)
at Object.$watchCollectionAction as fn
at Scope.$digest (http://spa.local/scripts/angular.js:14133:29)
Please advise? Thanks! And thanks for writing this library, i am telling all my friends about it.
The text was updated successfully, but these errors were encountered: