angular背景图片问题

  如果背景图片是从后台取得的数据,可以按下面的方式使用:

   ng-style="{'background':'url(http://xxx/{{item.id}})'}"

  还需要加上   ng-if="item.id"

 

     参考http://stackoverflow.com/questions/17252546/angularjs-ng-style-background-image-isnt-working

你可能感兴趣的:(Angular)