当用户 select 在 danialfarid/ng-file-upload 插件中未接受文件时显示警告框

show alert box when user select non accepted file in danialfarid/ng-file-upload plugin

像这样:

<div ngf-select ngf-pattern="'.png,.jpg'" ng-model="file">

<div class="alert" ng-show="file.$error === 'pattern'">file type is not accepted. Acceptable files: {{file.$errorParam}}</div>