mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Bad console.log, Bad!
This commit is contained in:
1
dist/js/ionic.js
vendored
1
dist/js/ionic.js
vendored
@@ -2639,7 +2639,6 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
if ('ontouchstart' in window) {
|
||||
|
||||
container.addEventListener("touchstart", function(e) {
|
||||
console.log('TOUCHSTART');
|
||||
// Don't react if initial down happens on a form element
|
||||
if (e.target.tagName.match(/input|textarea|select/i)) {
|
||||
return;
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
.controller('AppCtrl', function($scope, $compile, $timeout, $element) {
|
||||
$scope.items = [];
|
||||
for(var i = 0; i < 10; i++) {
|
||||
for(var i = 0; i < 70; i++) {
|
||||
$scope.items.push({
|
||||
});
|
||||
}
|
||||
|
||||
@@ -572,7 +572,6 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
if ('ontouchstart' in window) {
|
||||
|
||||
container.addEventListener("touchstart", function(e) {
|
||||
console.log('TOUCHSTART');
|
||||
// Don't react if initial down happens on a form element
|
||||
if (e.target.tagName.match(/input|textarea|select/i)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user