Skip to content

Commit

Permalink
fixed click action
Browse files Browse the repository at this point in the history
  • Loading branch information
rockaru committed Jul 27, 2020
1 parent 0962424 commit 982f854
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 451 deletions.
4 changes: 3 additions & 1 deletion dist/material-dual-listbox/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![Build](https://github.com/rockaru/material-dual-listbox/workflows/Build/badge.svg)
![Demo](https://github.com/rockaru/material-dual-listbox/workflows/Demo/badge.svg)

# MeaMaterialDualListbox

Simple dual list box component to use with your Angular app, along with Angular Material.

[Demo](https://rockaru.github.io/material-dual-listbox/)

## Dependencies
You will need:

Expand Down Expand Up @@ -58,7 +61,6 @@ Once the library is imported, you can use the component in your Angular applicat
- **source** - The source array of objects
- **destination** - The destination array of objects
- **(destinationChange)** - An event triggered when the destination array changes.
- **key** - The unique identifier field of each object in the source and destination arrays, default is `_id`.
- **display** - The field of each object in the source and destination arrays, default is `name`.
- **width** - The width of the component, default is `360px`
- **filter** - A boolean whether or not to display a filter for the lists, default is `true`.
Expand Down

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 982f854

Please sign in to comment.