Skip to content

Commit b486a44

Browse files
committed
Fixed: "Maybe we should allow child element to trigger onDragLeave" (#237)
1 parent 4a838fd commit b486a44

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

angular-file-upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
angular-file-upload v1.1.1
2+
angular-file-upload v1.1.2
33
https://github.com/nervgh/angular-file-upload
44
*/
55
(function(angular, factory) {

angular-file-upload.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-file-upload.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-upload",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "angular-file-upload.js",
55
"homepage": "https://github.com/nervgh/angular-file-upload",
66
"ignore": ["examples"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-upload",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"homepage": "https://github.com/nervgh/angular-file-upload",
55
"description": "Angular File Upload is a module for the AngularJS framework",
66
"author": {

0 commit comments

Comments
 (0)