AngularJs and <select>: Default selected options are removed

前端 未结 6 1369
梦如初夏
梦如初夏 2021-02-13 16:05

I expect the following code to render a drop down list with the third option selected by default. However, when I bind the select with angularjs, the default selection disappear

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-13 16:31

    You should use single quote to work per

    
    

提交回复
热议问题