angularjs-dropdown-multiselect

WebJar for angularjs-dropdown-multiselect

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования Angular Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

angularjs-dropdown-multiselect
Последняя версия

Последняя версия

2.0.0-beta.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

angularjs-dropdown-multiselect
WebJar for angularjs-dropdown-multiselect
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/dotansimha/angularjs-dropdown-multiselect

Скачать angularjs-dropdown-multiselect

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angularjs-dropdown-multiselect/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angularjs-dropdown-multiselect</artifactId>
    <version>2.0.0-beta.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angularjs-dropdown-multiselect/
implementation 'org.webjars.bower:angularjs-dropdown-multiselect:2.0.0-beta.9'
// https://jarcasting.com/artifacts/org.webjars.bower/angularjs-dropdown-multiselect/
implementation ("org.webjars.bower:angularjs-dropdown-multiselect:2.0.0-beta.9")
'org.webjars.bower:angularjs-dropdown-multiselect:jar:2.0.0-beta.9'
<dependency org="org.webjars.bower" name="angularjs-dropdown-multiselect" rev="2.0.0-beta.9">
  <artifact name="angularjs-dropdown-multiselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angularjs-dropdown-multiselect', version='2.0.0-beta.9')
)
libraryDependencies += "org.webjars.bower" % "angularjs-dropdown-multiselect" % "2.0.0-beta.9"
[org.webjars.bower/angularjs-dropdown-multiselect "2.0.0-beta.9"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar [1.5,1.6)

Модули Проекта

Данный проект не имеет модулей.

This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.

Features

  • Based on Bootstrap's dropdown.
  • jQuery is not necessary.
  • Seperated your data and the selection data. no modification to the data made.
  • Built-in search.
  • Complete control on the selected items model to fit it to your requirements.
  • Two view options: normal list and checkboxes.
  • Pre-selected values.
  • Limit selection count.
  • Grouping items by property.
  • Callback events.
  • Translation texts.
  • Scrollable list (useful for big lists)
  • Keyboard controls

Demo

http://dotansimha.github.io/angularjs-dropdown-multiselect/

Dependencies

  • required: AngularJS >= 1.5, Bootstrap >= 3.0

  • Make sure to add the dependencies before the directive's js file.

  • Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file

Install

  1. Download the files
    1. Using bower: Just run bower install angularjs-dropdown-multiselect
    2. Using npm : Just run npm install angularjs-dropdown-multiselect
    3. Manually: You can download the .js file directly or clone this repository
  2. Include the file in your app
    • <script type="text/javascript" src="angularjs-dropdown-multiselect.js"></script>.
    • You can also use the minfined version (angularjs-dropdown-multiselect.min.js).
  3. Include the module in angular (i.e. in app.js) - angularjs-dropdown-multiselect

Contributing

Issues and PR's are much appreciated. We're currently working on reducing them. When you create a new PR please make it against the develop branch when adding new features and to the fix branch when fixing small issues instead of master.

Usage and Documentation

See the documentation and examples in the GitHub pages: http://dotansimha.github.io/angularjs-dropdown-multiselect/

Версии библиотеки

Версия
2.0.0-beta.9
1.11.4
1.5.2