Is it possible to use anchor links with Angularjs?
I.e.:
<a href="#top">Top</a>
<a href="#middle">Middle</a>
<a href="#bottom">Bottom</a>
<div name="top"></div>
...
<div name="middle"></div>
...
<div name="bottom"></div>
Thank you
|
Is it possible to use anchor links with Angularjs? I.e.:
Thank you |
|||||
|
|
I don't know if that answers your question, but yes, you can use angularjs links, such as:
There is a good example on the AngularJS website: |
|||
|