javascript - Simple Return to Top Button Does Not Work with AngularJS -


i writing web app using angularjs on frontend , i'm implementing return top button @ bottom of page.

   <h1 id = "top">     ..........    <a href="#top">return top</a> 

however, not work @ all. i'm lost because has worked before on other apps not use angular. have different here?

add target="_self" href solve problem. @chandermani


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -