Ionic: Can't scroll up while using anchorScroll in ionic

We are using scrollTo functionality in ionic application by setting the $location.hash(id) and $anchorScroll(). The scroll to bottom is working fine, but we can’t scroll up the page once the page scrolled to some location using $anchorScroll and $location.hash()., A demo is given in the link, in which when we click the bottom button it works fine and no issue noted, but when clicks the top button it will not works as expected ,Please give a solution… I have added ‘overflow-scroll=true’ to the tag. but no luck…

Here is the Demo in Code pen .