Scroll stuff

This commit is contained in:
Max Lynch
2013-10-25 11:32:34 -05:00
parent e0cf20abfd
commit 0f29a6e3ef
5 changed files with 166 additions and 7 deletions

View File

@ -1,5 +1,6 @@
/**
* Adapted from the great iScroll for Ionic. iScroll is licensed under MIT just like Ionic.
* Adapted from the great iScroll 5 for Ionic. iScroll is licensed under MIT just like Ionic.
* iScroll v5.0.5 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license
*
* Think of ionic.views.Scroll like a Javascript version of UIScrollView or any
* scroll container in any UI library. You could just use -webkit-overflow-scrolling: touch,
@ -7,7 +8,6 @@
* like UIScrollView, and you don't get events after the finger stops touching the
* device (after a flick, for example)
*
* iScroll v5.0.5 ~ (c) 2008-2013 Matteo Spinelli ~ http://cubiq.org/license
*/
(function (window, document, Math, ionic) {
'use strict';