我按照教程但是没有用,我有一个空的空间。
这是我的控制器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):/);
})