【发布时间】:2020-01-06 05:43:00
【问题描述】:
我想从 md select 中获取价值,但我不知道该怎么做
<md-option ng-value="{"region":"United Arab Emirates","country_code":"ae","url":"google.ae"}">Test
</md-option>
我想从选择选项中获取价值并创建一个链接 像这样
<a href="www.(my url link get here from select)/&gl=(my country_code get here from select)"></a>
【问题讨论】:
标签: angularjs angularjs-material md-select