The button should be disabeled, when nothing is selected at the dropdown. How can I achieve this?
<select size='1' id="action" ng-model="ak.action">
<option value='1'>RED</option>
<option value='2'>BLUE</option>
</select>
<div>
<button type="button" ng-Click="ak.save()" >SAVE</button>
</div>