I want to change background image on body element using angular js dynamically. I am trying to do this as mentioned below:
<body ng-style="{'background-image':'url({{vm.img}})'}">
Where vm.img is set from the controller, but I am not able to change the image accordingly.