Skip to content

Releases: jagdeep-singh/angularMultipleSelect

Some minor Bug Fixes

Choose a tag to compare

@jagdeep-singh jagdeep-singh released this 11 Nov 20:42
18d3077
Merge pull request #41 from jagdeep-singh/Dev

readme & version changes

A complete AngularJs multiple select autocomplete field with event listeners

Choose a tag to compare

@jagdeepsingh91 jagdeepsingh91 released this 08 Aug 09:06

Add Event listeners. Now you can watch when an item is selected and deleted. And you can perform operations before adding & removing an item by simply giving an callback as shown in docs.

Added 4 types of event listeners :

  1. beforeSelectItem - callback function
  2. afterSelectItem - callback function
  3. beforeRemoveItem - callback function
  4. afterRemoveItem - callback function

A complete AngularJs multiple select autocomplete field

Choose a tag to compare

@jagdeepsingh91 jagdeepsingh91 released this 05 Feb 09:25

sample1

Add multiple options in a single component.. replacement for checkbox, check list and more like these components. Give you easy way to implement and representation of multiple selection of values.
In this release ...
Added more functionality, fetch and display data directly from server/api.

A complete AngularJs multiple select autocomplete field

Choose a tag to compare

@jagdeepsingh91 jagdeepsingh91 released this 17 Dec 06:50

sample1