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)?
- 1here is answer stackoverflow.com/questions/14712223/…Vlad Bereschenko– Vlad Bereschenko2013-05-30 13:06:04 +00:00Commented May 30, 2013 at 13:06
- Thanks, do you want to put it as an answer?Charlie Andrews– Charlie Andrews2013-05-31 19:59:32 +00:00Commented May 31, 2013 at 19:59
Add a comment |