Skip to content

Commit

Permalink
prefer hypen
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Oct 13, 2016
1 parent 90f20b2 commit 16ff284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/toast-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ToastConfig } from './toastr-config';
import { ToastrService } from './toastr-service';

@Component({
selector: '[toastComponent]',
selector: '[toast-component]',
template: `
<!-- button html -->
<button *ngIf="options.closeButton" (click)="remove()" class="toast-close-button">
Expand Down

0 comments on commit 16ff284

Please sign in to comment.