Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
init pace-ng-file-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dufgui committed Oct 20, 2016
1 parent 0fb6f17 commit 8648cf2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.0.1",
"name": "pace-ng-file-upload-patch",
"main": "pace-ng-file-upload-patch.js",
"dependencies": {
"ng-file-upload": "^12.0.4",
"pace": "^1.0.2"
},
"authors": [
"Dufgui <guillame.duff@gmail.com>"
],
"description": "patch for PACE and ng-file-upload, see https://github.com/danialfarid/ng-file-upload/issues/832",
"ignore": [],
"license": "MIT"
}
1 change: 1 addition & 0 deletions pace-ng-file-upload.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
XMLHttpRequest.prototype = Object.getPrototypeOf(new XMLHttpRequest);
6 changes: 6 additions & 0 deletions package.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Package.describe({
name: "Dufgui:pace-ng-file-upload-patch",
"version": "0.0.1",
summary: "patch for PACE and ng-file-upload, see https://github.com/danialfarid/ng-file-upload/issues/832",
git: "https://github.com/Dufgui/pace-ng-file-upload-patch.git"
});

0 comments on commit 8648cf2

Please sign in to comment.