Is it possible to use multiple view in the same SPA using AngularJS?
I am planning to use 1 view for the header-bar of the page, second one for the body of the page and the third one for the footer of the page. So that the header and footer view don't change every time the location is routed instead only change when depending on the action the user performs on the body, such as click on "Change header" button in the body view etc.
An example would really help.
Thanks.