Skip to content

Commit

Permalink
fix: emoji selector is messed up. how did this even work?
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 18, 2018
1 parent 4013db0 commit 52dba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/emoji/emoji.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface EmojiEvent {
}

@Component({
selector: '@ctrl/ngx-emoji-mart/ngx-emoji',
selector: 'ngx-emoji',
template: `
<span *ngIf="isVisible"
(click)="handleClick($event)"
Expand Down

0 comments on commit 52dba7b

Please sign in to comment.