Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Pękala committed Apr 9, 2014
1 parent 813d229 commit f69a9d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
1 change: 1 addition & 0 deletions angular-vs-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
$scrollParent.on('wheel.vs-repeat', wheelHandler);
}
function wheelHandler(e){
console.log('wheel');
e.preventDefault();
$wheelHelper.show();
}
Expand Down
1 change: 1 addition & 0 deletions example/angular-vs-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
$scrollParent.on('wheel.vs-repeat', wheelHandler);
}
function wheelHandler(e){
console.log('wheel');
e.preventDefault();
$wheelHelper.show();
}
Expand Down
1 change: 1 addition & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</script>
</head>
<body ng-controller="appController">
<a href="https://github.com/kamilkp/angular-vs-repeat"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div id="hh"></div>
<h1>
Angular-vs-repeat
Expand Down

0 comments on commit f69a9d8

Please sign in to comment.