Open atfornes opened 8 years ago
after calling clearValue() method in a File/attachement object, the method getUrl stills return the old URL. An undefined value is expected instead.
undefined
In teem I do this to erase a file:
$scope.project.image = new swellRT.FileObject(undefined);
And it throws the following error:
after calling clearValue() method in a File/attachement object, the method getUrl stills return the old URL. An
undefined
value is expected instead.