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..
\'/\': {
You can also route them simultaneously using | operator
|
'/' | '/login' | '/register' | '/troller': { view: 'homepage' }