Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 23a312d

Browse files
committed
chore(carousel): change to empty hrefs
1 parent da71159 commit 23a312d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: template/carousel/carousel.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div ng-mouseenter="pause()" ng-mouseleave="play()" class="carousel" ng-swipe-right="prev()" ng-swipe-left="next()">
22
<div class="carousel-inner" ng-transclude></div>
3-
<a role="button" href="#" class="left carousel-control" ng-click="prev()" ng-show="slides.length > 1">
3+
<a role="button" href class="left carousel-control" ng-click="prev()" ng-show="slides.length > 1">
44
<span aria-hidden="true" class="glyphicon glyphicon-chevron-left"></span>
55
<span class="sr-only">previous</span>
66
</a>
7-
<a role="button" href="#" class="right carousel-control" ng-click="next()" ng-show="slides.length > 1">
7+
<a role="button" href class="right carousel-control" ng-click="next()" ng-show="slides.length > 1">
88
<span aria-hidden="true" class="glyphicon glyphicon-chevron-right"></span>
99
<span class="sr-only">next</span>
1010
</a>

0 commit comments

Comments
 (0)