Skip to content

Commit 7e12a91

Browse files
Danial FaridDanial Farid
authored andcommitted
fixed danialfarid#798 npm
1 parent a58e9c3 commit 7e12a91

17 files changed

+26
-27
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
dist
32
.tmp
43
bower_components
54
.settings

demo/src/main/webapp/js/FileAPI.min.js

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

demo/src/main/webapp/js/ng-file-upload-all.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**!
22
* AngularJS file upload/drop directive and service with progress and abort
33
* @author Danial <danial.farid@gmail.com>
4-
* @version 5.0.1
4+
* @version 5.0.2
55
*/
66
var ngFileUpload = angular.module('ngFileUpload', []);
77

8-
ngFileUpload.version = '5.0.1';
8+
ngFileUpload.version = '5.0.2';
99
ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
1010
function patchXHR(fnName, newFn) {
1111
window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);
@@ -739,7 +739,7 @@ ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q,
739739
* AngularJS file upload/drop directive and service with progress and abort
740740
* FileAPI Flash shim for old browsers not supporting FormData
741741
* @author Danial <danial.farid@gmail.com>
742-
* @version 5.0.1
742+
* @version 5.0.2
743743
*/
744744

745745
(function () {

demo/src/main/webapp/js/ng-file-upload-all.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.

demo/src/main/webapp/js/ng-file-upload-shim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* AngularJS file upload/drop directive and service with progress and abort
33
* FileAPI Flash shim for old browsers not supporting FormData
44
* @author Danial <danial.farid@gmail.com>
5-
* @version 5.0.1
5+
* @version 5.0.2
66
*/
77

88
(function () {

demo/src/main/webapp/js/ng-file-upload-shim.min.js

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

demo/src/main/webapp/js/ng-file-upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**!
22
* AngularJS file upload/drop directive and service with progress and abort
33
* @author Danial <danial.farid@gmail.com>
4-
* @version 5.0.1
4+
* @version 5.0.2
55
*/
66
var ngFileUpload = angular.module('ngFileUpload', []);
77

8-
ngFileUpload.version = '5.0.1';
8+
ngFileUpload.version = '5.0.2';
99
ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
1010
function patchXHR(fnName, newFn) {
1111
window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);

demo/src/main/webapp/js/ng-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.

dist/FileAPI.min.js

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

dist/ng-file-upload-all.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**!
22
* AngularJS file upload/drop directive and service with progress and abort
33
* @author Danial <danial.farid@gmail.com>
4-
* @version 5.0.1
4+
* @version 5.0.2
55
*/
66
var ngFileUpload = angular.module('ngFileUpload', []);
77

8-
ngFileUpload.version = '5.0.1';
8+
ngFileUpload.version = '5.0.2';
99
ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
1010
function patchXHR(fnName, newFn) {
1111
window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);
@@ -739,7 +739,7 @@ ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q,
739739
* AngularJS file upload/drop directive and service with progress and abort
740740
* FileAPI Flash shim for old browsers not supporting FormData
741741
* @author Danial <danial.farid@gmail.com>
742-
* @version 5.0.1
742+
* @version 5.0.2
743743
*/
744744

745745
(function () {

0 commit comments

Comments
 (0)