1 Star 0 Fork 0

alexchenx/angular-file-upload-bower

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.js 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danial Farid 提交于 2016-11-05 00:30 . 12.2.13
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:[email protected]', 'client');
api.addFiles('ng-file-upload-all.js', 'client');
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alexchenx/angular-file-upload-bower.git
[email protected]:alexchenx/angular-file-upload-bower.git
alexchenx
angular-file-upload-bower
angular-file-upload-bower
master

搜索帮助