We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf4e18 commit 54d9c00Copy full SHA for 54d9c00
README.md
@@ -52,7 +52,7 @@ export class MyClass implements OnInit {
52
In your template, use the component directive:
53
54
```html
55
-<ngx-bootstrap-multiselect [options]="myOptions" [(ngModel)]="optionsModel" (ngModelChange)="onChange($event)"></ngx-bootstrap-multiselect>
+<ngx-bootstrap-multiselect [options]="myOptions" [(ngModel)]="optionsModel" (ngModelChange)="onChange()"></ngx-bootstrap-multiselect>
56
```
57
58
## Customize
0 commit comments