How can I route multiple urls to the same controller or view to work with angular single page app?!
I can do this but i think is ugly..
\'/\': {
I don't know if your approach succeded but in my head mapping angular routes clientside to node routes serverside is misleading. My approach to an single page application with these two libraries would be: