javascript - dom generated images sec by angular giving GET error because of jquery -



javascript - dom generated images sec by angular giving GET error because of jquery -

i using angularjs , jquery.

i have list of article generated images within :

<li ng-repeat="thing in things"> <img src="thing.src" /> blablabal </li>

i have error annoy me if doesn't influence user view :

get http://localhost:3000/img/%7b%7b%thing.src%20%7d%7d 404 (not found)

what ?

change code there:

<li ng-repeat="thing in things"> <img ng-src="{{thing.src}}"/> blablabal </li>

javascript jquery angularjs

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -