formio / ngFormio

JSON powered form rendering library for AngularJS + Form.io.
http://formio.github.io/ngFormio/
MIT License
99 stars 99 forks source link

What is a hashkey? Why do we need it? Can anyone explain it? Thanks in advance ! #654

Closed Morshed0308 closed 5 years ago

randallknutson commented 5 years ago

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 "#".