When the file-dropzone-drop-event is emitted, event.targetScope.fileName is undefined. This is due to this line: ``` CoffeeScript scope.fileName = name if angular.isString scope.fileName ``` Why is this check needed?