Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed link to html template
  • Loading branch information
ssuperczynski authored and jkuri committed Dec 1, 2017
1 parent cd94a30 commit 58d4246
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 @@ -216,7 +216,7 @@ export class AppHomeComponent {

### Template Code

For whole template code please check [here](https://github.com/jkuri/ngx-uploader/tree/master/src/app/components/app-home/app-home.component.html).
For whole template code please check [here](https://github.com/bleenco/ngx-uploader/blob/master/src/components/app-home/app-home.component.html).

```html
<div class="drop-container" ngFileDrop [options]="options" (uploadOutput)="onUploadOutput($event)" [uploadInput]="uploadInput" [ngClass]="{ 'is-drop-over': dragOver }">
Expand Down

0 comments on commit 58d4246

Please sign in to comment.