Hi Christophe, There can be only 1 route active at the same time. If you need to be able to have multiple 'new' items on your page, you need to add an identifier so your page can differentiate between different each 'new' item. That would look something like: http://localhost/#/todo/new?newitems=[1,2,3]
(not actual syntax!) But I have no idea on how you would make an workable UX out of this. I think a better idea is to create an 'unsaved', give it an id, and navigate to that when the new route is chosen. that means that when a user navigates to the new route, the result would end up on a route like this: localhost/todo/edit/randomId?unsaved=true Hope this help you a bit Regards Sander -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
