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

View File

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