You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ui-scroll within a directive with a controller with the ControllerAs syntax, the adaptor seems to be binding to the wrong scope.
E.g. with a controller as cTest, setting adaptor="cTest.adapter". Using ng-inspector, I see that the "adapter" variable is in the $rootScope.cTest.adapter
I don't have an isolated test case just yet, but this happened in the latest version (I was using ui-scroll before with the same syntax it was working properly).