File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# angular-webuploader
22
33angular指令封装的webuploader demo
4+
5+
6+ ![ screenshot] ( https://raw.githubusercontent.com/giscafer/angular-webuploader/master/images/screenshot.png )
Original file line number Diff line number Diff line change 7878
7979 var fileList = [ ] ;
8080 var errors = [ ] ;
81-
81+ // // 添加的文件数量
82+ var fileCount = 0 ;
8283 function init_uploader ( ) {
8384 $ ( _winEl ) . html ( buildFormHtml ( ) ) ;
8485 // $rootScope.$compile($(_winEl))($rootScope);
110111 }
111112
112113 function init_app ( ) {
114+ fileCount = 0 ;
113115 var $wrap = $ ( '#uploader' ) ,
114116
115117 // 图片容器
130132
131133 $progress = $statusBar . find ( '.progress' ) . hide ( ) ,
132134
133- // 添加的文件数量
134- fileCount = 0 ,
135+ // // 添加的文件数量
136+ // fileCount = 0,
135137
136138 // 添加的文件总大小
137139 fileSize = 0 ,
You can’t perform that action at this time.
0 commit comments