GET [removed]{{image}} net::ERR_INVALID_URL

后端 未结 2 753
春和景丽
春和景丽 2021-01-02 14:35

I want to convert image data that I get from server using Angular.js (for use in ionic-framework), I have use this code :

$http.post(link, {
          token:         


        
2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-02 15:12

    Though a late answer, but will be helpful for future readers:

    What you should do is:

     
    

    That would mean that the browser will try to access it only when the data is loaded and will be taken care by AngularJS and hence you will not get that error anymore.

提交回复
热议问题