如何在AngularJS版本的File Upload中声明dropZone元素?

时间:2015-06-18 14:41:43

标签: angularjs file-upload jquery-file-upload

使用AngularJS版本的文件上传(https://blueimp.github.io/jQuery-File-Upload/angularjs.html)我试图找出如何通过HTML属性声明dropZone - 相当于:

$(el).fileupload({
  dropZone: $('.dropZone', this)
})

1 个答案:

答案 0 :(得分:0)

在他们的wiki section上,他们将角度指令列为叉子。

如果你去他们的github存储库上的usage section,你会发现他们已经创建了一个你可以这样使用的指令:

root
|-- a: struct (nullable = true)
|    |-- b: struct (nullable = true)
|    |    |-- c: long (nullable = true)

我认为这应该对你有帮助。