Skip to content

Commit

Permalink
chore(readme): Fix html ampersand entity in example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmckni3 authored and jkuri committed Oct 11, 2017
1 parent 6bce625 commit 5ec9801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ For whole template code please check [here](https://github.com/jkuri/ngx-uploade

```html
<div class="drop-container" ngFileDrop [options]="options" (uploadOutput)="onUploadOutput($event)" [uploadInput]="uploadInput" [ngClass]="{ 'is-drop-over': dragOver }">
<h1>Drag & Drop</h1>
<h1>Drag &amp; Drop</h1>
</div>

<label class="upload-button">
Expand Down

0 comments on commit 5ec9801

Please sign in to comment.