Angular ng-style background image when url contain spaces

I'm trying to apply a background image to a div by using the angular ng-style and it works fine as long as the URL does not contain spaces. ng-style="{'background-image': 'url(' + parentIMGLink + ...