Skip to content

Commit 2c7ce76

Browse files
committed
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 c119498.
1 parent c119498 commit 2c7ce76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: js/ext/angular/src/directive/ionicScroll.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ angular.module('ionic.ui.scroll', [])
3131
};
3232

3333
function prelink($scope, $element, $attr) {
34-
var scrollView, scrollCtrl, sc = $element[0].children[0];
34+
var scrollView, scrollCtrl,
35+
sc = $element[0].children[0];
3536

3637
if(attr.padding == "true") {
3738
sc.classList.add('padding');

0 commit comments

Comments
 (0)