Pull to refresh work for scroll #56

This commit is contained in:
Max Lynch
2013-11-07 17:38:33 -06:00
parent fd6f400ddd
commit d37ec6fca2
9 changed files with 230 additions and 310 deletions

View File

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