javascript - Create Html Elements With Angular? -


so, have seemingly simple problem - have list of locations, have sublocations, have sublocations, , on. first location (level 1) picked drop down.

the goal have drop down appear under first drop down (if) selected location has sublocations. there can infinite number of dropdowns. what's best way handle creating these new dropdowns angular?

the kicker? if possible, able bind these dropdowns ng-model. don't know start on one. tempted try ng-repeat or something.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -