如何显示摄像头捕获的图像?

时间:2015-11-16 04:34:41

标签: angularjs cordova ionic-framework

我按照教程但是没有用,我有一个空的空间。

这是我的控制器http://pastebin.com/PuUf4vy6

<img ng-repeat="image in images" ng-src="{{urlForImage(image)}}" style="height: 100px;" height="100px" width="100%" />

当我显示图像路径时,我得到了类似 file:/// data / data / ...

还已设置白名单配置

.config(function($compileProvider){
   $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|ftp|mailto|file|tel):/);
})

0 个答案:

没有答案