I want to develop html5 SPA application for a thin client. There is no way to launch any web server on it. And I can\'t to make routing works without web server.
My
You need to put your templates in index.html itself using script tags so that angular will no longer need to make AJAX requests to fetch them.