Merge pull request #3370 from vismay-golwala/scroll_top

UI - scroll to top in pagination

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-03-15 13:42:04 +00:00 committed by GitHub
commit 6b187946fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ export default ['$scope', '$stateParams', '$state', '$filter', 'GetBasePath', 'Q
$scope.collection = res.data.results;
$scope.$emit('updateDataset', res.data, queryset);
});
$('html, body').animate({scrollTop: 0}, 0);
};
function calcLast() {