You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
Hi there.
Can i use something like this?
<ul class="slider__list" rn-carousel rn-carousel-index="$ctrl.carouselIndex" rn-carousel-controls rn-carousel-controls-allow-loop > <li ng-repeat="slide in $ctrl.slides track by slide.id" class="slide" ng-style="{'background-image': 'url(/images/slides/' + slide.image + ')'}"> <div class="slide-wrap"> <img class="img-responsive" ng-src="/images/logos/{{$ctrl.logo}}.svg" alt=""> <p>{{slide.body}}</p> </div> </li> </ul>
Because right now i didn`t see backgound image..
The text was updated successfully, but these errors were encountered: