-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New feature #576 Allow custom function for ng-accept option
- Loading branch information
Danial Farid
authored and
Danial Farid
committed
Mar 1, 2015
1 parent
aebc903
commit f5998d7
Showing
9 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/**! | ||
* AngularJS file upload/drop directive and service with progress and abort | ||
* @author Danial <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
(function() { | ||
|
||
|
@@ -27,7 +27,7 @@ if (window.XMLHttpRequest && !window.XMLHttpRequest.__isFileAPIShim) { | |
|
||
var angularFileUpload = angular.module('angularFileUpload', []); | ||
|
||
angularFileUpload.version = '3.0.7'; | ||
angularFileUpload.version = '3.1.0'; | ||
angularFileUpload.service('$upload', ['$http', '$q', '$timeout', function($http, $q, $timeout) { | ||
function sendHttp(config) { | ||
config.method = config.method || 'POST'; | ||
|
@@ -605,7 +605,7 @@ for (var key in angularFileUpload) { | |
* AngularJS file upload/drop directive and service with progress and abort | ||
* FileAPI Flash shim for old browsers not supporting FormData | ||
* @author Danial <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
|
||
(function() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/**! | ||
* AngularJS file upload/drop directive and service with progress and abort | ||
* @author Danial <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
(function() { | ||
|
||
|
@@ -27,7 +27,7 @@ if (window.XMLHttpRequest && !window.XMLHttpRequest.__isFileAPIShim) { | |
|
||
var angularFileUpload = angular.module('angularFileUpload', []); | ||
|
||
angularFileUpload.version = '3.0.7'; | ||
angularFileUpload.version = '3.1.0'; | ||
angularFileUpload.service('$upload', ['$http', '$q', '$timeout', function($http, $q, $timeout) { | ||
function sendHttp(config) { | ||
config.method = config.method || 'POST'; | ||
|
@@ -605,7 +605,7 @@ for (var key in angularFileUpload) { | |
* AngularJS file upload/drop directive and service with progress and abort | ||
* FileAPI Flash shim for old browsers not supporting FormData | ||
* @author Danial <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
|
||
(function() { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
|
||
(function() { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/**! | ||
* AngularJS file upload/drop directive and service with progress and abort | ||
* @author Danial <[email protected]> | ||
* @version 3.0.7 | ||
* @version 3.1.0 | ||
*/ | ||
(function() { | ||
|
||
|
@@ -27,7 +27,7 @@ if (window.XMLHttpRequest && !window.XMLHttpRequest.__isFileAPIShim) { | |
|
||
var angularFileUpload = angular.module('angularFileUpload', []); | ||
|
||
angularFileUpload.version = '3.0.7'; | ||
angularFileUpload.version = '3.1.0'; | ||
angularFileUpload.service('$upload', ['$http', '$q', '$timeout', function($http, $q, $timeout) { | ||
function sendHttp(config) { | ||
config.method = config.method || 'POST'; | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters