I have four pages.
First one is login form
Second one is dashboard page
Third one is receipt page
And the last one is issue page.
After logging in, it must go to the dashboard page, where the last three such as dashboard, receipt and issue pages must act as single page application in angularjs.
How to create a single page application in angularjs using route or state provider.