diff --git a/dist/js/ionic.js b/dist/js/ionic.js index 8609dc3701..ba804a07d1 100644 --- a/dist/js/ionic.js +++ b/dist/js/ionic.js @@ -2908,7 +2908,8 @@ window.ionic = { })(ionic); ; /** - * 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, @@ -2916,7 +2917,6 @@ window.ionic = { * 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'; diff --git a/js/views/scrollerView.js b/js/views/scrollerView.js index 4ad28155f3..1480839e95 100644 --- a/js/views/scrollerView.js +++ b/js/views/scrollerView.js @@ -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'; diff --git a/test/scroll_forms.html b/test/scroll_forms.html new file mode 100644 index 0000000000..53ac0bea8b --- /dev/null +++ b/test/scroll_forms.html @@ -0,0 +1,93 @@ + +
+ +