-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
The main problem (not sure if you faced) is trailing # in the url.
http://example.com/#/myProfile
The way to remove it to add adding $locationProvider.html5Mode(true) to route provider
in the route provider. But this is breaking the routing when user try to refresh a browser. Play complains that the routes file is missing that route which is actually defined in route Provider not Server side routes file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels