I use routeProvider to define controlers and templates for my urls.
When I click on the link, which has the same url as is the actual location, nothing happens. I w
Just tried adding this
$(window).on('popstate', function(event) { //refresh server data });
and it works fine