acute-select icon indicating copy to clipboard operation
acute-select copied to clipboard

Dropdown List Component for AngularJS - NO LONGER UNDER ACTIVE DEVELOPMENT

Results 31 acute-select issues
Sort by recently updated
recently updated
newest added

Hi When comprised it, there is an error called Unknown provider: acSelectDirective, it is due to the way you write the directives, like .directive("acSelect", function($parse, acuteSelectService) {}), could you please...

Hi John, Great plugin it has been very useful. But I'm facing certain issues with IE -7 select box is empty. Does acute select supports Ie -7? Is there any...

Any chance that this will be updated to handle the new controller aliasing in addition to $scope?

Changed the way for injecting the dependencies when write the directives to fix the issue that happens when comprising this javascript

Is there an example on how to disable select control?

Is it possible to add support for name and required attribute in order to have support for angular forms validation?

How do I set the selected item (from external code) after `acute-select` is already loaded? Changing the `ac-model` object to the desired `id` & `name` correctly updates the display when...

Hi John, I faced some issue while implement with this plugin, When the select box is positioned at page bottom that time it's value not auto adjusted to page top...

``` {{ itemListing.selectedVideo.productId }} ``` If I set this up and trying an output itemListing.selectedVideo.productId it will return the entirety of the selectedVideo object not just the productId I've tried...

Docs mention it works with arrays. Doesn't seem to. Am I missing some trick?