angularjs: ng-src equivalent for background-image:url(...)

In angularjs you have the tag ng-src which has the purpose that you won't receive an error for an invalid url before angularjs gets to evaluate the variables placed in between {{ and }}. The probl...