This commit is contained in:
Max Lynch
2013-11-06 20:45:31 -06:00
parent e8f4eeeac8
commit d9478a4bae
7 changed files with 0 additions and 16 deletions

View File

@ -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") {

View File

@ -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);
}
}
}