Skip to content
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

Fixed a rare bug when the scope of scrollEnabled in the handler was not the same as handleInfiniteScrollDisable. #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jtwhissel
Copy link

Fixed a rare bug when the scope of scrollEnabled in the handler was not the same as handleInfiniteScrollDisable.

@sroze
Copy link
Owner

sroze commented Nov 24, 2014

@jtwhissel Can you rebase and build again with the current master ?

@@ -13,9 +13,10 @@ mod.directive 'infiniteScroll', ['$rootScope', '$window', '$timeout', 'THROTTLE_

link: (scope, elem, attrs) ->
windowElement = angular.element($window)


ngIs = this
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be @ in coffescript.

@graingert
Copy link
Collaborator

@jtwhissel please add a test for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants