mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #386 from malixsys/patch-1
removed superfluous addedPadding
This commit is contained in:
1
js/ext/angular/src/directive/ionicScroll.js
vendored
1
js/ext/angular/src/directive/ionicScroll.js
vendored
@@ -30,7 +30,6 @@ angular.module('ionic.ui.scroll', [])
|
||||
sc.className = 'scroll';
|
||||
if(attr.padding == "true") {
|
||||
sc.classList.add('padding');
|
||||
addedPadding = true;
|
||||
}
|
||||
if($scope.$eval($scope.paging) === true) {
|
||||
sc.classList.add('scroll-paging');
|
||||
|
||||
Reference in New Issue
Block a user