1

I am trying to link to another part of the page in html. normall this works like: <a href="http://example.com/page.html#foo">Jump to #foo on page.html</a> and it jumps to <div id="foo">...</div>, but I am using AngularJs. I believe because app.js captures the url, this is now broken. Is there an angular way to do this (e.g. ng-scrollto or something)?

2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.