! Is it possible to achieve the same effect using AngularJS? Below is the CSS code:
.bg {
background: url(holiday-car-rental.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Here is the HTML structure:
<div id="bg">
<h1>TEXT TO BE PLACED ON TOP OF THE IMAGE</h1>
</div>