I use https://github.com/nervgh/angular-file-upload and I want to check when there is no file uploaded, like this:
<p ng-show="!uploader.queue">empty</p>
but uploader.queue is an array, and !uploader.queue[] doesn't work. What's the correct syntax ?