Angularjs – dropdown list inside an inserting form: how to add an item to the dropdown list before submit the form?

The question: I have a modal text entry page in which, among other fields, there is an “author” dropdown list Sometime it happens that there is not the desired author item in the “author” dropdown list so that, the user must close modal text entry page, go to modal “author” entry page to insert the … Read more

angularjs select a drop down option on button click

I have a form in which there are many fields. This form is under Angular Controller, say Parent. This form has a drop down that is populated using Angular Controller, say Child. There is an Add button to this form on click of which all the details are stored in the DB. These added values are displayed as a row in a table below the form in the same page.