AngularJS : Pass data from one view to another with in same controller
问题 Summary : I have a form in view( first ) of my angular application and on success response from the ajax call on submit it redirects the user to the view( second ). There is only one controller for the application( for all view ). Here, user can enter the fields in the form from the view( first ) which should get displayed on the view( second ) & again there is a form in the view( second ) where user can enter the fields in the form which should get displayed on the view( third ). As all the