it seems like angular is transforming my url path every time I use a hash(#) in the path. For example, if I type in the path:
http://localhost:6871/#angular
When I hit enter it transform into:
http://localhost:6871/#!#angular
Because of this issue my routes can never be reach. Has anyone ran into this before? Any suggestions would be great. Thank you in advance!