Initial commit
This commit is contained in:
12
api-wiaas/client/js/bower_components/ng-file-upload/package.js
vendored
Normal file
12
api-wiaas/client/js/bower_components/ng-file-upload/package.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Package.describe({
|
||||
name: "danialf:ng-file-upload",
|
||||
"version": "12.2.13",
|
||||
summary: "Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support",
|
||||
git: "https://github.com/danialfarid/ng-file-upload.git"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use('angular:angular@1.2.0', 'client');
|
||||
api.addFiles('ng-file-upload-all.js', 'client');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user