AThilenius / scorchforge

The private rebuild of the Scorch project
0 stars 0 forks source link

Use modern single-page routes #7

Closed AThilenius closed 8 years ago

AThilenius commented 8 years ago

Right now the Angular UI-Router puts a # infront of second part of the URL. Browsers ignore everything after the # and pass it off to the JS app. There is some way to get rid of the hash mark but still use Angular single page apps, not sure how.

Aka I want this: https://scorchforge.com/#/forge To turn into this: https://scorchforge.com/forge

skycoop commented 8 years ago

Resolved by PR #14