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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -