formio / ngFormio

JSON powered form rendering library for AngularJS + Form.io.

Home Page:http://formio.github.io/ngFormio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Morshed0308 opened this issue · comments

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