Does anyone happen to know that how can I open a select element options 
list by default. I would like to save one click from end users and open the 
options list by default when entering the view.

I am just having a very basic selection list like:
<select ng-options="product.name for product in products">
    <option value="">Choose product</option>
</select>

I tried to search a bit and did not find at least an elegant solution for 
this. I would not want to go with too "hackish" one. Or is it just that the 
use case I am looking for is against the common design principles...

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to