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:
@ -33,9 +33,6 @@ angular.module('ionic.ui.slideBox', [])
|
||||
</div>\
|
||||
</div>',
|
||||
|
||||
postLink: function() {
|
||||
console.log('POST LINK');
|
||||
},
|
||||
link: function($scope, $element, $attr, slideBoxCtrl) {
|
||||
// If the pager should show, append it to the slide box
|
||||
if($attr.showPager !== "false") {
|
||||
|
||||
@ -15,7 +15,6 @@ angular.module('ionic.ui.virtRepeat', [])
|
||||
var _this = this;
|
||||
|
||||
virtualList.listView.renderViewport = function(high, low, start, end) {
|
||||
console.log('RENDER VIEWPORT', high, low, start, end);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user