My problem is simple, i am on a page of my app, and when i hit reload / refresh button in the browser, instead of load the same page, it fallback to /home, the strange thing is that at the first moment it try to reload the page, but something happen (no console errors) and fallback to /home.
Just to clarify, let's say i got this site map
I got 3 pages, /home, /title, /title/info
So if i am on /title/info (localhost:3000/#/title/info=123), and hit reload /refresh button, instead of view /title/info it will fallback to /home (localhost:3000/#/home)
I am using the stable version of AngularJS.
So anybody can help me to fix this, because it is driving me nuts.
Thanks in advance.
** EDIT ** This is a link to the app.js file to check if it is ok or not.