tarlepp / angular-sailsjs-boilerplate

'Boilerplate' for AngularJS + Sails.js
MIT License
307 stars 87 forks source link

add not replacing current url /examples/book//examples/book/add #102

Open dlangerenken opened 8 years ago

dlangerenken commented 8 years ago

Seems like the RouteProvider is not replacing the current url. When I click on add, i would expect an address such as localhost/examples/book/add . However, I get localhost/examples/book//examples/book/add.

Does anyone else have the same issue?

smyth64 commented 8 years ago

Yes I have the same issue!