I want to active html5Mode in angularJS, but I don\'t know why it\'s not working. Is there anything wrong with my code?
@Simple-Solution
I use a simple Python HTTP server. When in the directory of the Angular app in question (using a MBP with Mavericks 10.9 and Python 2.x) I simply run
python -m SimpleHTTPServer 8080
And that sets up the simple server on port 8080 letting you visit localhost:8080 on your browser to view the app in development.
Hope that helped!