If `preview` is using dot notation, no preview is saved to the corresponding variable: ``` <file-field ng-model="myfile.file" preview="myfile.preview">Add File</file-field> ``` `myfile.preview` will not contain preview in such a case.