AngularJS is putting forward slash / after hash tag AngularJS is putting forward slash / after hash tag angularjs angularjs

AngularJS is putting forward slash / after hash tag


Unless you use html5mode, which removes the hash from angular routing, you will have 2 hashes, one for angular routing and other for anchors.

http://localhost:13060/Dashboard#/#contact

Assuming you had a route path set as /profiles and anchor was in that view the url would look like:

http://localhost:13060/Dashboard#/profiles#contact