We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9bc2e2 + 9ea41b9 commit 7840c1bCopy full SHA for 7840c1b
js/ext/angular/src/directive/ionicScroll.js
@@ -30,7 +30,6 @@ angular.module('ionic.ui.scroll', [])
30
sc.className = 'scroll';
31
if(attr.padding == "true") {
32
sc.classList.add('padding');
33
- addedPadding = true;
34
}
35
if($scope.$eval($scope.paging) === true) {
36
sc.classList.add('scroll-paging');
0 commit comments