Skip to content

pedrosnk/angular-dblist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Double List (dblist)

travis

This is a library to create a double list select with the help the library multiselect (jquery plugin) with two way data binding and using directives.

compatible with angular 1.3+, tested with 1.4.beta

To use it just put in your module

  angular.module('myApp', ['dblist']);

And in yor controller view

  <double-list origin='listItems' origin-value='itemId' origin-text='itemName' dest-model='itemIds' />

In which listItems will be an array of json that will be show on screen to be selected origin-value is the key of the json that will be part of the select origin-text is the key of the json that the user will select on screen dest-model is an array that will be populated with the origin-value value for you to manipulate.

About

Double List for angular using jquery plugin

Resources

Stars

Watchers

Forks

Packages

No packages published