bootduallist

1.0.2 • Public • Published

BootstrapDualList - The DualList easier to use in angular.

duallistGif.gif

How to use

Import to your project the dualListDirective.js and duallist.cs files then reference the files in your project
  <script src="your/path/to/directive/js/dualListDirective.js"></script>
  <link rel="stylesheet" href="your/path/to/directive/css/duallist.css">
In your controller use the code below

duallist.png

In your page use
  <dualmultiselect options="options"> </dualmultiselect>

$scope.options

  • title - Title that will be displayed in the directive.
  • helpMessage - Sub title that will be displayed in the directive.
  • orderProperty - Order of the items will appear in the duallist.
  • items - Items that appear in duallist.
  • categories - Items that will appear in select that it be used to filter the duallist.
  • selectedItems - Items that were selected by the user.

Used versions

Bootstrap

"version": "3.3.7"

Angular

version": "1.5.8


### License

It is available under the MIT license. License

/bootduallist/

    Package Sidebar

    Install

    npm i bootduallist

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • mikemajesty