Skip to content

Commit

Permalink
chore(release): 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Apr 29, 2017
1 parent ff4940f commit 695f9ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Angular 2+ File Uploader

http://ngx-uploader.com

*This module has been completely rewritten from scratch with the version `3.0.0`.*
**This module has been completely rewritten from scratch with the version `3.0.0`.**

If you are looking for documentation for version prior to `3.0.0`, please check [2.x.x](https://github.com/jkuri/ngx-uploader/tree/2.x.x) branch.

Expand Down Expand Up @@ -80,7 +80,7 @@ export interface UploadInput {

## Example

*You can always run working example by cloning this repository, building project with `yarn build:prod` and running server with `node ./dist/server.js`.*
**You can always run working example by cloning this repository, building project with `yarn build:prod` and running server with `node ./dist/server.js`.**

### Component Code

Expand Down Expand Up @@ -158,7 +158,8 @@ export class AppHomeComponent {

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

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

Expand All @@ -170,6 +171,7 @@ For whole template code please check [here](https://github.com/jkuri/ngx-uploade
<button type="button" class="start-upload-btn" (click)="startUpload()">
Start Upload
</button>
```

### LICENCE

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader",
"version": "3.0.1",
"version": "3.0.2",
"main": "bundles/ngx-uploader.umd.js",
"module": "index.ts",
"scripts": {
Expand Down

0 comments on commit 695f9ed

Please sign in to comment.