标签: angularjs image-uploading
我想看到我刚刚使用角度js从输入类型文件中选择的图像放入图像标签
我尝试了相同的代码来显示数字和文本,从输入框到另一个输入框或html属性
<input type="file" ng-model="img_path"> <img src="{{img_path}}">