Right now I am trying to implement the Mozilla filereader image uploader in AngularJS, but for some reason I am getting stuck. This is the Plnkr of what I have at the moment.
I know it's this line:
<img ng-src="image" height="200" alt="Image preview...">
But I don't know what to do to fix it.