Mitesh
Mitesh

Reputation: 41

Trying to implement preview of image in Angular using flow

<img flow-img="blobImage" flow-init>

Upvotes: 0

Views: 42

Answers (1)

hosein khan beigi
hosein khan beigi

Reputation: 34

<img flow-img="$flow.files[0]" />

or

<img flow-img="$blobImage" flow-init />

Upvotes: 0

Related Questions