2016-02-27 16 views
0

我有這樣的代碼用於顯示從管理方面對我離子應用圖片:如何將數據庫中的圖像顯示爲離子圖像?

<img ng-src="http://recipick.filantroph.com/recipick/{{search.r_image}}" class="full-image" > 

問題是我不斷收到此錯誤:

enter image description here

我應該怎麼辦,這樣我的會顯示在我的離子應用程序?請幫幫我。

回答

0

我得到了正確的答案我的道路是錯誤的,只是改變:

<img ng-src="http://recipick.filantroph.com/recipick/{{search.r_image}}" class="full-image" > 

<img ng-src="http://recipick.filantroph.com/{{search.r_image}}" class="full-image" >