I do have a Form in which detail like name, Contact No. etc. are taken in textboxes and a Submit button is there.
I wish to open a div for example <div> I Am Here </div>as well as the previous form should be hidden on Submit.
As i have taken reference from the tutorial (angular_routing) in which angular routinghas been used.But in this case url address got changed which is not matching with my requirement.
i have an another reffrence as sendotp, which is exactly what i want, in which they hide current view and showing the next view on button click and url address has been remained same.
according to me second one is better because instead of loading the whole page only a certain part has been making a difference.But need suggesstions, one suits best in angularjs.
Can i have a prominent solution to do that by using angularjs?