Hi have created one angularJS application with yeoman, grunt and bower. I have enabled the html5Mode for the application. And its working. But, when I refresh a page (localh
add this code in server.js after all the routes
app.use('/*',function(req, res) { res.sendfile(__dirname + '/public/index.html'); });