How To Access Files on Android Device

I have been working through the “Using the Cordova Camera API” tutorial and far as the actually camera API I think I have everything working. I am running into an issue, however, of how to use the returned URI to get the image in my view. I have a lot of the details of what I have tried over at Stack Overflow (http://stackoverflow.com/questions/28731338/how-to-access-files-on-android-device-using-ionic-framework), but I am:

  1. Using $compileProvider -
  2. ng-src={{returnedURIinthemodel}}

When I look into Chrome’s remote inspector, it tells me I cannot access the local file at the point I am using ng-src.
I am clearly missing something here.