You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which makes my URL to: http://www.domain.com/#!/login. However once loaded, there is no way to "refresh" the url- hitting enter in the address bar or clicking a link with that path won't execute the Path. Does anyone know if this is an issue or if I'm doing it wrong?
The text was updated successfully, but these errors were encountered:
For example, I have this:
Path.map("#!/login").to(function(){
alert("called");
$.ajax({
url: '/login',
type: 'GET',
data: {
});
Which makes my URL to: http://www.domain.com/#!/login. However once loaded, there is no way to "refresh" the url- hitting enter in the address bar or clicking a link with that path won't execute the Path. Does anyone know if this is an issue or if I'm doing it wrong?
The text was updated successfully, but these errors were encountered: