Hi there, I have a question regarding using angularJS in an application we are currently developing at work. We need to implement an "overlay" admin style panel.
For example, refer to this image:
In the first scenario, the URL is "myapp.com/#/works". To achieve this, I have configured my $routeProvider.when('/works', { templateUrl: ... etc... and included the ng-view directive in my template for handling its loading and display. So far, so good...
My query is: How can I display content in another section of the page, similar to the second part of the picture where the URL is "myapp.com/#/admin"? In this case, the admin template needs to be displayed in an overlay-style element...
I hope someone can provide me with some guidance on this matter, it would be greatly appreciated...
Thank you in advance!
Take care! Warm regards, Oliver