Skip to content

Commit e515ea1

Browse files
damyanpetevLipatadkamburov
authored
fix(combo): remove duplicate igx-combo in template sample (#3248)
Co-authored-by: Nikolay Alipiev <nikolay.alipiev@gmail.com> Co-authored-by: Deyan Kamburov <dkamburov@users.noreply.github.com>
1 parent e8626da commit e515ea1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/app/lists/combo/combo-template/combo-template.component.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
<igx-icon>cancel</igx-icon>
3333
</ng-template>
3434

35-
<igx-combo>
36-
<ng-template igxComboEmpty>
37-
<span class="empty-class">No available states</span>
38-
</ng-template>
39-
</igx-combo>
35+
<ng-template igxComboEmpty>
36+
<span class="empty-class">No available states</span>
37+
</ng-template>
4038
</igx-combo>

0 commit comments

Comments
 (0)