Skip to content

Commit

Permalink
fixed #798 npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Farid authored and Danial Farid committed Jun 8, 2015
1 parent a58e9c3 commit 7e12a91
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 27 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
node_modules
dist
.tmp
bower_components
.settings
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/webapp/js/FileAPI.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demo/src/main/webapp/js/ng-file-upload-all.js
@@ -1,11 +1,11 @@
/**!
* AngularJS file upload/drop directive and service with progress and abort
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/
var ngFileUpload = angular.module('ngFileUpload', []);

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

(function () {
Expand Down
4 changes: 2 additions & 2 deletions demo/src/main/webapp/js/ng-file-upload-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/src/main/webapp/js/ng-file-upload-shim.js
Expand Up @@ -2,7 +2,7 @@
* AngularJS file upload/drop directive and service with progress and abort
* FileAPI Flash shim for old browsers not supporting FormData
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/webapp/js/ng-file-upload-shim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/src/main/webapp/js/ng-file-upload.js
@@ -1,11 +1,11 @@
/**!
* AngularJS file upload/drop directive and service with progress and abort
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/
var ngFileUpload = angular.module('ngFileUpload', []);

ngFileUpload.version = '5.0.1';
ngFileUpload.version = '5.0.2';
ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
function patchXHR(fnName, newFn) {
window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);
Expand Down
4 changes: 2 additions & 2 deletions demo/src/main/webapp/js/ng-file-upload.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/FileAPI.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/ng-file-upload-all.js
@@ -1,11 +1,11 @@
/**!
* AngularJS file upload/drop directive and service with progress and abort
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/
var ngFileUpload = angular.module('ngFileUpload', []);

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

(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-file-upload-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-file-upload-shim.js
Expand Up @@ -2,7 +2,7 @@
* AngularJS file upload/drop directive and service with progress and abort
* FileAPI Flash shim for old browsers not supporting FormData
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-file-upload-shim.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/ng-file-upload.js
@@ -1,11 +1,11 @@
/**!
* AngularJS file upload/drop directive and service with progress and abort
* @author Danial <danial.farid@gmail.com>
* @version 5.0.1
* @version 5.0.2
*/
var ngFileUpload = angular.module('ngFileUpload', []);

ngFileUpload.version = '5.0.1';
ngFileUpload.version = '5.0.2';
ngFileUpload.service('Upload', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
function patchXHR(fnName, newFn) {
window.XMLHttpRequest.prototype[fnName] = newFn(window.XMLHttpRequest.prototype[fnName]);
Expand Down

0 comments on commit 7e12a91

Please sign in to comment.