I am trying to build a single page application that has three views using angular and bootstrap. I am new to angular and I want to implement the following:
In jQuery Mbile it is possible to have three different chats on three different pages..if I am currently on Page A, the chats in Pages B and C are still ongoing. Hence, navigating through pages does not stop processes on the other ones.
Please correct me if I'm wrong. I want to know how I can switch between multiple views/templates on the same partial/page in angular the way i can navigate between divs with data-role="page" in jQuery Mobile? Is it a good idea to combine jQuery Mobile with angular and bootstrap? (I really don't think it is)