0

I have an angular page that has a structure like below:

<div id="topSection">
    top section
</div>

<div id="bottomSection">
    bottom section
</div>

From an external page (non angular), I'll need to provide a link to navigate to the bottomSection of the page. I looked at $anchorScroll() and it only appears to work for links within the same page. Thanks

DotnetDude
  • 11,617
  • 35
  • 100
  • 158
  • I have answered this question here. https://stackoverflow.com/questions/40498333/angular2-how-to-navigate-to-certain-section-of-the-page-identified-with-an-id-at/47713962#47713962 – Praveen M P Dec 08 '17 at 15:52
  • The answer you linked is for Angular 2. I am using AngularJS (v1) – DotnetDude Dec 08 '17 at 15:56
  • Adding few lines of javascript code or mentioning it in question could be helpful to others – Praveen M P Dec 08 '17 at 15:58

0 Answers0