From 2c7ce7638563f97a0931a2cd3aa13632cbaf88f7 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 11 Feb 2014 14:05:54 -0500 Subject: [PATCH] fix(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 c119498d1bdfe9c5ec0d7453fce8f9a18227977c. --- js/ext/angular/src/directive/ionicScroll.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ext/angular/src/directive/ionicScroll.js b/js/ext/angular/src/directive/ionicScroll.js index 1eb88e2f41..d13ab8868f 100644 --- a/js/ext/angular/src/directive/ionicScroll.js +++ b/js/ext/angular/src/directive/ionicScroll.js @@ -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');