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:
Andy Joslin
2014-02-11 14:05:54 -05:00
parent c119498d1b
commit 2c7ce76385

View File

@@ -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');