I'm trying to redirect to a specific div in a page from another, I know this can be typically done by redirecting to the URL + appending # and the ID of the given div. However this seems to not be working for me, don't know if it's AngularJS rendering the element that's causing it.
The way I'm doing it is simply
<a href="/baseURL#divID" class="btn btn-default mt-5 font-italic">Register Now!</a>
Project is being developed with AngularJS and Sharepoint (don't know if this might also be a factor).