To navigate between the routes using the anchor tag if i specify the path as below it does not work-
<a href="#/link1">Go to link1</a>
Instead if i specify below path it works
<a href="#!/link1">Go to link1</a>
using AngularJS 1.6.1 version. Browser IE 11.0. Why this behavior? I have used previsouly AngularJS 1.2 -1.3 version, but did not get this issue before.