I want to create a multi-page application using angularjs, because i want to make use of a lot of angularjs functionality, like two way binding, form validation, AJAX handling, etc. But I read from some blogs that angularjs is best suited for SPA only. Is that right?
Can I use it in my multi-page application?
If I can use it for a multi-page application, what is the better approach to implement it. Do I need to create a separate controller for each page?