Added VIDEO_EXT_INVALID error handling

Closes #405
This commit is contained in:
Igor Zhukov 2014-07-31 19:16:41 +01:00
parent 7671210513
commit 7b7664a173

View File

@ -40,6 +40,9 @@
<span ng-switch-when="PHOTO_INVALID_DIMENSIONS">
The photo dimensions are invalid, please select another file.
</span>
<span ng-switch-when="VIDEO_EXT_INVALID">
The video file extension is invalid or unsupported, please select another file.
</span>
<span ng-switch-when="PHOTO_CROP_SIZE_SMALL">
The photo you provided is too small.
</span>