I'm trying to open a modal with angularjs.
My route to task list is:
/client/:id/task/list
Its working fine. Now, i'm trying to show the task info in a modal, above the list.
My route for this is:
/client/:id/task/:id
How can i open the modal above the list view, change the URL, but don't change the view?
I saw a lot of topics about this, but with none solution.
Thanks.