all imlementations using AngularJS all imlementations of Classy dropdown

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



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

The same file in a ng-value implementation using AngularJS (1.6.1):

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