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)?

Charlie Andrews
  • 1,457
  • 19
  • 28

0 Answers0