Skip to content

Commit

Permalink
Merge pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdav committed Feb 25, 2014
1 parent 7f66aa1 commit db01caf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-scrollbar",
"version": "0.0.1",
"version": "0.0.3",
"dependencies": {
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions dist/ng-scrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ angular.module('ngScrollbar', []).directive('ngScrollbar', [
event.stopPropagation();
});
win.bind('mousemove', dragHandler);
event.preventDefault();
});
} else {
scope.showYScrollbar = false;
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-scrollbar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db01caf

Please sign in to comment.