all imlementations using AngularJS all imlementations of Classy dropdown

a ng-value implementation
of the Classy dropdown demo using AngularJS



<div ng-app="dropdownapp">
    <dropdown></dropdown>
</div>

The same file in a ng-options implementation using AngularJS (1.5.8):

<div ng-app="dropdownapp">
    <dropdown></dropdown>
</div>