Skip to content

Commit

Permalink
Fixes #353, #392, #443, #462, #387, #432
Browse files Browse the repository at this point in the history
  • Loading branch information
nervgh committed Jul 27, 2015
1 parent f9c5c5a commit 1bf43e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions angular-file-upload.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
angular-file-upload v1.1.5
angular-file-upload v1.1.6
https://github.com/nervgh/angular-file-upload
*/
(function(angular, factory) {
Expand Down Expand Up @@ -97,7 +97,7 @@ module
this.queue.push(fileItem);
this._onAfterAddingFile(fileItem);
} else {
var filter = this.filters[this._failFilterIndex];
var filter = arrayOfFilters[this._failFilterIndex];
this._onWhenAddingFileFailed(temp, filter, options);
}
}, this);
Expand Down
4 changes: 2 additions & 2 deletions angular-file-upload.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular-file-upload.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular-file-upload",
"main": "angular-file-upload.js",
"main": "angular-file-upload.min.js",
"homepage": "https://github.com/nervgh/angular-file-upload",
"ignore": ["examples"],
"dependencies": {
"angular": "~1.2.11"
},
"devDependencies": {
"es5-shim": ">=3.4.0"
}
},
"keywords": [
"angular",
"file",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "angular-file-upload",
"version": "1.1.5",
"version": "1.1.6",
"homepage": "https://github.com/nervgh/angular-file-upload",
"description": "Angular File Upload is a module for the AngularJS framework",
"author": {
"name": "nerv",
"url": "https://github.com/nervgh"
},
"main": "angular-file-upload.min.js",

"dependencies": {
"coffee-script": "~1.6.2",
"grunt-contrib-copy": "~0.4.1",
Expand Down

0 comments on commit 1bf43e9

Please sign in to comment.