Skip to content

Commit

Permalink
Merge pull request #120 from alexnoox/fix-carousel
Browse files Browse the repository at this point in the history
uib-carousel & uib-slide cannot be an element
  • Loading branch information
alexnoox committed Jan 10, 2017
2 parents e0eec8d + 8953aae commit a269e30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/views/marketplace/marketplace-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ <h2 class="media-heading">{{vm.app.name}}</h2>
<div class="row">
<div class="col-md-8">
<div class="well carousel">
<uib-carousel interval="3000">
<uib-slide ng-repeat="picture in vm.app.pictures" class="screenshot">
<div uib-carousel interval="3000">
<div uib-slide ng-repeat="picture in vm.app.pictures" class="screenshot">
<img ng-src={{picture}} alt="screenshot">
</uib-slide>
</uib-carousel>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit a269e30

Please sign in to comment.