Magento:如何使用angularjs获取下拉文本?

时间:2016-08-20 05:10:38

标签: jquery angularjs magento

我有分数的下拉列表。

喜欢这个:

<label for="fraction">Fraction</label>
<select id="fraction">
  <options value="1"> 1/8 </options>
  <options value="2" selected="selected"><b> 1/4 </b></options>
  <options value="2"> 1/4</options>
</select>

这已经是我的了,意思是下拉列表是动态的而不是静态的!

现在,我希望使用angularjs获取所选文本 1/4 下拉列表!

在Angularjs中说要使用json中的控制器来设置值,但我希望根据jQuery获取所选文本!

那么,有没有人能帮助我呢!

提前致谢!!

0 个答案:

没有答案