HTML5 mode and #s
I need to be able to be able to use a URL without a hash in order to implement a redirect for SAML login. So I enabled HTML5 mode in my AngularJS app and set the base href in index.html
. Now the app doesn’t show any hashes when I login.
HTML5mode and those darn #s (angularjs question)
I need to be able to be able to use a URL without a hashmark in order to implement a redirect for SAML login. So I enabled HTML5mode in my angularjs app and set the base href in index.html. Now the app doesn’t show any hashmarks when I login. (All good so far!)