Frequently asked questions

{{question1}}

If you want the options to be updated, you'll need to replace the option array with a new one, so that angular detects that it is a new object. If you push new options to existing list of options, angular will not detect the change, which is why the new options will not appear in the select drop down. For the following template:

This will not work:

This will work: