jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.56k stars 4.02k forks source link

Thyme redirect to partials? #376

Closed jackygrahamez closed 10 years ago

jackygrahamez commented 10 years ago

Is it possible to write URL redirects with Thyme so if you use AngularJS HTML5 mode and wish to refresh /login it will then redirect to / then direct to /#!/login?

jdubois commented 10 years ago

I'm sorry but I don't understand what you want to do. Can you be more precise, maybe with an example?

jackygrahamez commented 10 years ago

I'm sorry. I was confused by the role of thymeleaf. What I was trying to do (stile am actually) was create a URL Rewrite Rule so that browser page refreshes would resolve to the current page while using AngularJS HTML5 mode.