Skip to content

Commit 54d9c00

Browse files
committed
Update README.md
1 parent 5cf4e18 commit 54d9c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class MyClass implements OnInit {
5252
In your template, use the component directive:
5353

5454
```html
55-
<ngx-bootstrap-multiselect [options]="myOptions" [(ngModel)]="optionsModel" (ngModelChange)="onChange($event)"></ngx-bootstrap-multiselect>
55+
<ngx-bootstrap-multiselect [options]="myOptions" [(ngModel)]="optionsModel" (ngModelChange)="onChange()"></ngx-bootstrap-multiselect>
5656
```
5757

5858
## Customize

0 commit comments

Comments
 (0)