Hi Folks,
I've got
angularjs app running on MODx website. There is some page with URL like
localhost/www.mysite.com/angularapp/
which contains the app.
URLs inside app look like
localhost/www.mysite.com/angularapp/category/1
base href is set to /www.mysite.com/angularapp/
Everything works fine, but I can not reach the subpages of the app directly.
If I type localhost/www.mysite.com/angularapp/category/1 in address bar, I get to modx start page. But if I go to the link via app - it works.
What did I miss ?
Thank you