A simple way to display image from DB, Media Manager
I have an image UI component on my page. Can I not just insert a ng-src = {{item.filename}} and get an image displayed.
I have a field in the DB / collection called "file" and I can add another field "filename", but what is the right way to refer to the file.
Any other easy ways?
Thanks!