Skip to content

Commit

Permalink
fix(demo): Removed duplicated attribute (data)="value" from multiple-…
Browse files Browse the repository at this point in the history
…demo.html (#516)

* fix.close dropdown by missclick

* fix. remove duplicated attribute
  • Loading branch information
SergeyKuryatnick authored and valorkin committed Jan 17, 2017
1 parent 7330f47 commit 7cbeb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/components/select/multiple-demo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div style="width: 300px; margin-bottom: 20px;">
<h3>Select multiple cities</h3>
<ng-select (data)="value"
[multiple]="true"
<ng-select [multiple]="true"
[items]="items"
[disabled]="disabled"
(data)="refreshValue($event)"
Expand Down

0 comments on commit 7cbeb46

Please sign in to comment.