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>