Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new to AngularJS. I am using Angular with Partial Views in MVC5. I want a very simple functionality. I want to use 3 partial views. In first PV,i want a textbox called FirstName. In Second PV, I want a second textbox called LastName and finally, in Third Partial View i want to show the combination of FirstName and LastName as FullName(on a button click) ,which i entered in first two partial views. I know i have to use Services to pass data between Angular Controllers. Can anyone provide me with a working example with code.. Muchas Gracias!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900