I have created a website using angularJS and a menu with ng-routing. Now I need to open up a modal which has navigation paths to load different content on the same modal. How can I accomplish this thing? can I use ng-view?
Not really. My point was that do you have e.g. a/b/c which should show page without the modal and also page x/y/z which shows the content inside the router.
a/b/c
which should show page without the modal and also pagex/y/z
which shows the content inside the router.