I have used angularjs htmlMode5 for routing like
$locationProvider.html5Mode({ enabled: true, requireBase: true }).hashPrefix('!');
and in head section i have placed
<meta name="fragment" content="!">
And problem is angular $http request is not calling when i refresh page from browser.
Let me explain this in details :
I have used angularjs in wordpress for some of pages and when i navigate from one category pages to other category pages(Which is using angularjs for loading page), it is calling $http request and angular template and data is loading perfectly.
But when i refresh that perticular page from browser refresh button then it's loading nothing and nothing will display in output section.
If you click on this Angular Category one by one then its calling $http request and data is loading.
But when i click on browse refresh button then its not working.
My website is : http://templatic.net/test/
URL not working is : http://templatic.net/test/job_category/seo (Directly its not working)

