mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(scroll): <scroll> is now registered with $ionicScrollDelegate
This is just a whitespace change with a commit attached to it so that we
can have the fix appear in the changelog.
The actual changes are in c119498d1b.
This commit is contained in:
3
js/ext/angular/src/directive/ionicScroll.js
vendored
3
js/ext/angular/src/directive/ionicScroll.js
vendored
@@ -31,7 +31,8 @@ angular.module('ionic.ui.scroll', [])
|
||||
};
|
||||
|
||||
function prelink($scope, $element, $attr) {
|
||||
var scrollView, scrollCtrl, sc = $element[0].children[0];
|
||||
var scrollView, scrollCtrl,
|
||||
sc = $element[0].children[0];
|
||||
|
||||
if(attr.padding == "true") {
|
||||
sc.classList.add('padding');
|
||||
|
||||
Reference in New Issue
Block a user