How to handle multiple forms present in a single page using AngularJS
问题 I am a newbie in AngularJS. I am having multiple forms on a single page which gets displayed based on the user selection only one at a time. The DOM has two child controllers namely FirstFormController, SecondFormController wrapped under a parent controller named XceptionController . A parent controller function is used to submit the form data from both the children. The form data is saved on to the parent controller's scope.My HTML looks like below <div ng-app="app"> <div class="container"