0.2.2 • Published 8 years ago

@ng2select/jquery v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Build Status

beta

general-purpose angular2 jquery-select directive module

http://ng2select.github.io/bootstrap/

powered by: https://silviomoreto.github.io/bootstrap-select/

NG2_SELECT_DIRECTIVES

<select class="show-tick" [(ngModel)]="ngModel" multiple data-actions-box="true" data-style="btn-success">
  <option *ngFor="let user of users | async" [value]="user.id">
    {{ user.name }}
  </option>
</select>

https://angular.io

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago