Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67527

Have used ng-repeat to slide images (from database) but am not getting the image slider to work using ng-repeat

$
0
0
<div class="slider-brands col-lg-12 col-md-12 col-sm-12 col-xs-12" ng-show="ShowAddDetails">
  <div class="yt-content-slider contentslider owl2-carousel owl2-theme owl2-responsive-1200 owl2-loaded"
    data-autoplay="yes" data-delay="4" data-speed="0.6" data-margin="0" data-items_column0="8" data-items_column1="6"
    data-items_column2="3" data-items_column3="2" data-items_column4="1" data-arrows="yes" data-pagination="no"
    data-lazyload="yes" data-loop="no">
    <div class="owl2-stage-outer">
      <div class="owl2-stage" style="transform: translate3d(0px, 0px,0px); transition:all 0s ease 0s ">
        <div class="owl2-item active" style="width: 12.5%; margin-right: 0px;" ng-repeat="add in AddDetails">
          <div class="slider responsive">
            <a href={{add.Link}} target="_blank">
              <img display:inline" ng-src="{{add.Picture}}" alt="brand" />
            </a>
          </div>
        </div>
      </div>
    </div>

Have used the following html code.Is there any other way to slide the images (database) in angular js and html.


Viewing all articles
Browse latest Browse all 67527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>