I\'ve got in impasse with setting Angular routes to work with Express.
I tried to do like here Express 4, NodeJS, AngularJS routing but that did not work. The stati
Thanks everybody for help. I resolved the question by inserting
into head section of my Angular index.html. It worked for me, but as of now it's like magic and cargo coding, since I don't understand why it works :)
Found solution here: AngularJS: how to enable $locationProvider.html5Mode with deeplinking