Skip to content

Commit c41d20b

Browse files
Danial FaridDanial Farid
authored andcommitted
support for meteor
1 parent b44cc05 commit c41d20b

22 files changed

+61
-27
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = function (grunt) {
9797
},
9898
replace: {
9999
version: {
100-
src: ['nuget/Package.nuspec'],
100+
src: ['nuget/Package.nuspec', '../angular-file-upload-bower/package.js'],
101101
overwrite: true,
102102
replacements: [{
103103
from: /"version" *: *".*"/g,

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
@@ -3,7 +3,7 @@
33
* progress, resize, thumbnail, preview, validation and CORS
44
* FileAPI Flash shim for old browsers not supporting FormData
55
* @author Danial <[email protected]>
6-
* @version 10.1.2
6+
* @version 10.1.4
77
*/
88

99
(function () {
@@ -421,7 +421,7 @@ if (!window.FileReader) {
421421
* AngularJS file upload directives and services. Supoorts: file upload/drop/paste, resume, cancel/abort,
422422
* progress, resize, thumbnail, preview, validation and CORS
423423
* @author Danial <[email protected]>
424-
* @version 10.1.2
424+
* @version 10.1.4
425425
*/
426426

427427
if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
@@ -442,7 +442,7 @@ if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
442442

443443
var ngFileUpload = angular.module('ngFileUpload', []);
444444

445-
ngFileUpload.version = '10.1.2';
445+
ngFileUpload.version = '10.1.4';
446446

447447
ngFileUpload.service('UploadBase', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
448448
var upload = this;

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
@@ -3,7 +3,7 @@
33
* progress, resize, thumbnail, preview, validation and CORS
44
* FileAPI Flash shim for old browsers not supporting FormData
55
* @author Danial <[email protected]>
6-
* @version 10.1.2
6+
* @version 10.1.4
77
*/
88

99
(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
@@ -2,7 +2,7 @@
22
* AngularJS file upload directives and services. Supoorts: file upload/drop/paste, resume, cancel/abort,
33
* progress, resize, thumbnail, preview, validation and CORS
44
* @author Danial <[email protected]>
5-
* @version 10.1.2
5+
* @version 10.1.4
66
*/
77

88
if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
@@ -23,7 +23,7 @@ if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
2323

2424
var ngFileUpload = angular.module('ngFileUpload', []);
2525

26-
ngFileUpload.version = '10.1.2';
26+
ngFileUpload.version = '10.1.4';
2727

2828
ngFileUpload.service('UploadBase', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
2929
var upload = this;

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
@@ -3,7 +3,7 @@
33
* progress, resize, thumbnail, preview, validation and CORS
44
* FileAPI Flash shim for old browsers not supporting FormData
55
* @author Danial <[email protected]>
6-
* @version 10.1.2
6+
* @version 10.1.4
77
*/
88

99
(function () {
@@ -421,7 +421,7 @@ if (!window.FileReader) {
421421
* AngularJS file upload directives and services. Supoorts: file upload/drop/paste, resume, cancel/abort,
422422
* progress, resize, thumbnail, preview, validation and CORS
423423
* @author Danial <[email protected]>
424-
* @version 10.1.2
424+
* @version 10.1.4
425425
*/
426426

427427
if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
@@ -442,7 +442,7 @@ if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) {
442442

443443
var ngFileUpload = angular.module('ngFileUpload', []);
444444

445-
ngFileUpload.version = '10.1.2';
445+
ngFileUpload.version = '10.1.4';
446446

447447
ngFileUpload.service('UploadBase', ['$http', '$q', '$timeout', function ($http, $q, $timeout) {
448448
var upload = this;

0 commit comments

Comments
 (0)