Skip to content

Commit bf3f2fc

Browse files
committed
Update README.md
1 parent 3563a77 commit bf3f2fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ Upload.isUploadInProgress() boolean
379379
Upload.urlToBlob(url).then(function(blob) {...});
380380
/* returns boolean to check if the object is file and could be used as file in Upload.upload()/http() */
381381
Upload.isFile(obj);
382+
/* fixes the exif orientation of the jpeg image file*/
383+
Upload.applyExifRotation(file).then(...)
382384
```
383385
**ng-model**
384386
The model value will be a single file instead of an array if all of the followings are true:

0 commit comments

Comments
 (0)