Flexbox for refresher content, vertically centered!

This commit is contained in:
Max Lynch
2013-11-08 11:41:29 -06:00
parent fcccc165e0
commit 6070db9f42
5 changed files with 23 additions and 6 deletions

View File

@ -530,7 +530,7 @@ angular.module('ionic.ui.content', [])
restrict: 'E',
replace: true,
transclude: true,
template: '<div class="scroll-refresher" ng-transclude></div>'
template: '<div class="scroll-refresher"><div class="scroll-refresher-content" ng-transclude></div></div>'
}
})