i have a <select> tag and use ng-options to bind options of select.
my question is how to add ng-dbclick to each option of select
here is my code
<select size="4" ng-model="pattern" ng-options="p.name for p in patterns | filter:obj">
</select>