mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Fixed #83
This commit is contained in:
4
dist/js/ionic-angular.js
vendored
4
dist/js/ionic-angular.js
vendored
@ -1124,9 +1124,6 @@ angular.module('ionic.ui.slideBox', [])
|
|||||||
</div>\
|
</div>\
|
||||||
</div>',
|
</div>',
|
||||||
|
|
||||||
postLink: function() {
|
|
||||||
console.log('POST LINK');
|
|
||||||
},
|
|
||||||
link: function($scope, $element, $attr, slideBoxCtrl) {
|
link: function($scope, $element, $attr, slideBoxCtrl) {
|
||||||
// If the pager should show, append it to the slide box
|
// If the pager should show, append it to the slide box
|
||||||
if($attr.showPager !== "false") {
|
if($attr.showPager !== "false") {
|
||||||
@ -1401,7 +1398,6 @@ angular.module('ionic.ui.virtRepeat', [])
|
|||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
||||||
virtualList.listView.renderViewport = function(high, low, start, end) {
|
virtualList.listView.renderViewport = function(high, low, start, end) {
|
||||||
console.log('RENDER VIEWPORT', high, low, start, end);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
dist/js/ionic.js
vendored
4
dist/js/ionic.js
vendored
@ -95,7 +95,6 @@ window.ionic = {
|
|||||||
return {
|
return {
|
||||||
leave: function() {
|
leave: function() {
|
||||||
var endFunc = function() {
|
var endFunc = function() {
|
||||||
console.log('Animation finished for element', element);
|
|
||||||
|
|
||||||
element.classList.remove('leave');
|
element.classList.remove('leave');
|
||||||
element.classList.remove('leave-active');
|
element.classList.remove('leave-active');
|
||||||
@ -112,7 +111,6 @@ window.ionic = {
|
|||||||
},
|
},
|
||||||
enter: function() {
|
enter: function() {
|
||||||
var endFunc = function() {
|
var endFunc = function() {
|
||||||
console.log('Animation finished for element', element);
|
|
||||||
|
|
||||||
element.classList.remove('enter');
|
element.classList.remove('enter');
|
||||||
element.classList.remove('enter-active');
|
element.classList.remove('enter-active');
|
||||||
@ -260,7 +258,6 @@ window.ionic = {
|
|||||||
// },
|
// },
|
||||||
|
|
||||||
handlePopState: function(event) {
|
handlePopState: function(event) {
|
||||||
console.log("EVENT: popstate", event);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -4240,7 +4237,6 @@ ionic.views.TabBarItem.prototype = {
|
|||||||
ionic.on('tap', this._tapHandler, this.el);
|
ionic.on('tap', this._tapHandler, this.el);
|
||||||
},
|
},
|
||||||
onTap: function(e) {
|
onTap: function(e) {
|
||||||
console.log('On tap');
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Remove the event listeners from this object
|
// Remove the event listeners from this object
|
||||||
|
|||||||
@ -33,9 +33,6 @@ angular.module('ionic.ui.slideBox', [])
|
|||||||
</div>\
|
</div>\
|
||||||
</div>',
|
</div>',
|
||||||
|
|
||||||
postLink: function() {
|
|
||||||
console.log('POST LINK');
|
|
||||||
},
|
|
||||||
link: function($scope, $element, $attr, slideBoxCtrl) {
|
link: function($scope, $element, $attr, slideBoxCtrl) {
|
||||||
// If the pager should show, append it to the slide box
|
// If the pager should show, append it to the slide box
|
||||||
if($attr.showPager !== "false") {
|
if($attr.showPager !== "false") {
|
||||||
|
|||||||
@ -15,7 +15,6 @@ angular.module('ionic.ui.virtRepeat', [])
|
|||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
||||||
virtualList.listView.renderViewport = function(high, low, start, end) {
|
virtualList.listView.renderViewport = function(high, low, start, end) {
|
||||||
console.log('RENDER VIEWPORT', high, low, start, end);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,7 +76,6 @@
|
|||||||
return {
|
return {
|
||||||
leave: function() {
|
leave: function() {
|
||||||
var endFunc = function() {
|
var endFunc = function() {
|
||||||
console.log('Animation finished for element', element);
|
|
||||||
|
|
||||||
element.classList.remove('leave');
|
element.classList.remove('leave');
|
||||||
element.classList.remove('leave-active');
|
element.classList.remove('leave-active');
|
||||||
@ -93,7 +92,6 @@
|
|||||||
},
|
},
|
||||||
enter: function() {
|
enter: function() {
|
||||||
var endFunc = function() {
|
var endFunc = function() {
|
||||||
console.log('Animation finished for element', element);
|
|
||||||
|
|
||||||
element.classList.remove('enter');
|
element.classList.remove('enter');
|
||||||
element.classList.remove('enter-active');
|
element.classList.remove('enter-active');
|
||||||
|
|||||||
@ -90,7 +90,6 @@
|
|||||||
// },
|
// },
|
||||||
|
|
||||||
handlePopState: function(event) {
|
handlePopState: function(event) {
|
||||||
console.log("EVENT: popstate", event);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,6 @@ ionic.views.TabBarItem.prototype = {
|
|||||||
ionic.on('tap', this._tapHandler, this.el);
|
ionic.on('tap', this._tapHandler, this.el);
|
||||||
},
|
},
|
||||||
onTap: function(e) {
|
onTap: function(e) {
|
||||||
console.log('On tap');
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Remove the event listeners from this object
|
// Remove the event listeners from this object
|
||||||
|
|||||||
Reference in New Issue
Block a user