Skip to content

Commit

Permalink
form auto scrolling with tab key (downwards only)
Browse files Browse the repository at this point in the history
  • Loading branch information
echa committed Apr 6, 2016
1 parent 23dc480 commit 3bc5f23
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngScrollable",
"version": "0.2.3",
"version": "0.2.5",
"homepage": "",
"authors": [
"Alexander Eichhorn <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions example/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="logo">ng-scrollable</h1>
<h2 class="sectionhead">Features</h2>
<p class='lead'>Supports mouse, wheel, keyboard and touch input sources.</p>
<p class='lead'>Kinetic scrolling on touch devices.</p>
<p class='lead'>Small. Minified size is 9.8k JS + 1.4k CSS.</p>
<p class='lead'>Small. Minified size is 10k JS + 1.4k CSS.</p>
<p class='lead'>Pure Angular. No jquery required.</p>
<p class='lead'>Soft scrolling using CSS3 translate3d and transition.</p>
<p class='lead'>Responsive and friendly to your layout.</p>
Expand All @@ -27,8 +27,8 @@ <h2 class="sectionhead">Features</h2>
<section>
<h2 class="sectionhead">Download</h2>
<p>
<a href="https://github.com/echa/ng-scrollable/archive/0.2.4.tar.gz" class="btn btn-lg btn-success">ng-scrollable-0.2.4.tar.gz</a>
<a href="https://github.com/echa/ng-scrollable/archive/0.2.4.zip" class="btn btn-lg btn-success">ng-scrollable-0.2.4.zip</a>
<a href="https://github.com/echa/ng-scrollable/archive/0.2.5.tar.gz" class="btn btn-lg btn-success">ng-scrollable-0.2.5.tar.gz</a>
<a href="https://github.com/echa/ng-scrollable/archive/0.2.5.zip" class="btn btn-lg btn-success">ng-scrollable-0.2.5.zip</a>
</p>
</section>
<section>
Expand Down
Loading

0 comments on commit 3bc5f23

Please sign in to comment.