Hello, my friends. I met one more problem with routes I have routes in my angular application. I've registered one route, for example, "/login". It's working. But URL looks like 'mysite.com/#/login'. And I've decide to turn on html5 mode by $locationProvider. Okay it's pretty good too, but only if I visit main page 'mysite.com/' first and travel by references on my page. If I try visit 'mysite.com/login' I have exception from backend route. On backend I used routes for post requests for login and looks like '/login' and Lumen and Angular routes have conflicst. Lumen is running in index.php and on route '/' returning index view(blade). Could you help me, please. How to use html5 URLs and avoid conflicts between Lumen and Angular.
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
