@omostan/angularjs-custom-multiselect

AngularJS multiselect dropdown directive originally developed by Stephen Long for his blog. Due to the fact that I have made several changes to the directive and my recent decision to move to the new Angular 8, I have decided to move this custom version of the original to npm repository.

Usage no npm install needed!

<script type="module">
  import omostanAngularjsCustomMultiselect from 'https://cdn.skypack.dev/@omostan/angularjs-custom-multiselect';
</script>

README

AngularJS Custom MultiSelect Dropdown Directive

AngularJS multiselect dropdown directive originally developed by Stephen Long for his blog. Due to the fact that I have made several changes to the directive and my recent decision to move to the new Angular 8, I have decided to move this custom version of the original to npm repository.

All credits to Stephen Long for devoloping the original version of this directive.