Skip to content

Commit 1f09429

Browse files
authored
Merge pull request #227 from priandsf/master
Added unbindEvent() to reload.
2 parents 0b62060 + bbc1a74 commit 1f09429

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Diff for: dist/ui-scroll-grid.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/ui-scroll.js

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ angular.module('ui.scroll', [])
241241
}
242242

243243
function reload() {
244+
unbindEvents();
244245
viewport.resetTopPadding();
245246
viewport.resetBottomPadding();
246247
if (arguments.length) {

0 commit comments

Comments
 (0)