You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@
3
3
Angular Dual-Listbox
4
4
=========
5
5
6
-
The **angular-dual-listbox** is an Angular 2+ component that provides two lists controls side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a button-based interface.
7
-
The component supports multiple select options from the list, programatic setting of list sources, and layout with direction and button formatting.
6
+
The **angular-dual-listbox** is an Angular 4+ component that provides two lists controls
7
+
side-by-side that allows items in one list to be moved to the other list via drag-and-drop and/or a
8
+
button-based interface. The component supports multiple select options from the list, programatic
9
+
setting of list sources, and layout with direction and button formatting.
8
10
9
11
A [working demo](http://czeckd.github.io/angular-dual-listbox/demo/) shows the dual listbox in action.
10
12
@@ -71,12 +73,6 @@ The drag-and-drop between multiple ``<dual-list>`` components may cause
71
73
undesired moves. For the time being, if the component is used, then it
72
74
is recommended only have one ``<dual-list>`` visable to the user at a time.
73
75
74
-
## Contributions
75
-
76
-
Contributions may be welcomed depending on impact on the core functionality of the project. In order for pull requests to be accepted, they must include a sign-off in git (See [git-commit
77
-
--signoff](https://git-scm.com/docs/git-commit)) certifying the contribution is your own work, are subitting under the project's original license, and agreeing to the [Developer Certificate of
0 commit comments