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
Post a Comment