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
Post a Comment