The hashkey in angularjs is what determines which part of the URL is the SPA path. For example: https://mysite.com/#/home or https://mysite.com/!#/home have different hash keys. One would be set to "#" and the other to "!#". If you don't set one it defaults to "#".
The hashkey in angularjs is what determines which part of the URL is the SPA path. For example: https://mysite.com/#/home or https://mysite.com/!#/home have different hash keys. One would be set to "#" and the other to "!#". If you don't set one it defaults to "#".