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 29, 2019. It is now read-only.
I have several slides in ng-repeat and also "first" slide and "last" slide that logically is not the same as ng-repeat data so I put it in their own tags. It looks like this:
<carousel>
<slide>start</slide>
<slide ng-repeat="item in items">
{{item}}
</slide>
<slide>end</slide>
</carousel>
but instead of start -> ... elements ... -> end
I have start -> end -> ...elements ...
Hi, unfortunately not. Current partial solution is including every information for rendering first and last pages inside ng-repeat along with another slides and then render it with ng-switch that apply different html
I have several slides in ng-repeat and also "first" slide and "last" slide that logically is not the same as ng-repeat data so I put it in their own tags. It looks like this:
but instead of start -> ... elements ... -> end
I have start -> end -> ...elements ...
Reproduced here http://plnkr.co/edit/7R1w6q9pCdSnSgQ09Wen?p=preview
Tried with last on the moment master branch also.
Thanks
The text was updated successfully, but these errors were encountered: