Skip to content

Commit

Permalink
Merge pull request nolimits4web#4055 from RomanYazvinsky/patch-1
Browse files Browse the repository at this point in the history
Angular: Fix container-end slot selector
  • Loading branch information
nolimits4web authored Dec 17, 2020
2 parents 0de2a41 + f81bba8 commit dbc659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/src/swiper.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
></ng-template>
<ng-content select="[slot=wrapper-end]"></ng-content>
</div>
<ng-content select="[slow=container-end]"></ng-content>
<ng-content select="[slot=container-end]"></ng-content>

<ng-template #slidesTemplate let-loopSlides="loopSlides" let-slideKey="key">
<div
Expand Down

0 comments on commit dbc659e

Please sign in to comment.