Iron Router Hashtag in URL not working!

In my app, I have paper-tabs like so:

<paper-tab link>
    <a href="{{pathFor route='settings' hash='account'}}" class="horizontal center-center layout">Account</a>
</paper-tab>
<paper-tab link>
    <a href="{{pathFor route='settings' hash='change-password'}}" class="horizontal center-center layout">Change Password</a></paper-tab>
<paper-tab link>
    <a href="{{pathFor route='settings' hash='preferences'}}" class="horizontal center-center layout">Preferences</a>
</paper-tab>

When I click on the the tab, the page won’t scroll to the anchor tag. I tried adding okgrow:iron-router-autoscroll. It didn’t work as well.