-
Notifications
You must be signed in to change notification settings - Fork 279
Description
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.