Skip to content

Commit be69a9f

Browse files
committed
more readme
1 parent 39b0cfa commit be69a9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/imagepicker/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ imagePickerObj
110110
})
111111
.then(function(selection) {
112112
selection.forEach(function(selected) {
113-
// process the selected image
113+
this.imageSource = selected.asset;
114+
this.type = selected.type;
115+
this.filesize = selected.filesize;
116+
//etc
114117
});
115118
list.items = selection;
116119
}).catch(function (e) {

0 commit comments

Comments
 (0)