File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
projects/igniteui-angular/src/lib/carousel Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
< ng-template #defaultIndicator let-slide >
2
2
< div class ="igx-nav-dot "
3
- [class.igx-nav-dot--active] ="slide.active "
4
- >
3
+ [class.igx-nav-dot--active] ="slide.active ">
5
4
</ div >
6
5
</ ng-template >
7
6
8
7
< ng-template #defaultNextButton let-disabled >
9
- < a class ="igx-nav-arrow "
10
- [class.igx-nav-arrow--disabled] ="disabled "
11
- >
8
+ < span class ="igx-nav-arrow "
9
+ [class.igx-nav-arrow--disabled] ="disabled ">
12
10
< igx-icon > arrow_forward</ igx-icon >
13
- </ a >
11
+ </ span >
14
12
</ ng-template >
15
13
16
14
< ng-template #defaultPrevButton let-disabled >
17
- < a class ="igx-nav-arrow "
18
- [class.igx-nav-arrow--disabled] ="disabled "
19
- >
15
+ < span class ="igx-nav-arrow "
16
+ [class.igx-nav-arrow--disabled] ="disabled ">
20
17
< igx-icon > arrow_back</ igx-icon >
21
- </ a >
18
+ </ span >
22
19
</ ng-template >
23
20
24
21
< div *ngIf ="showIndicators " [ngClass] ="indicatorsOrientationClass " [attr.role] ="'tablist' ">
You can’t perform that action at this time.
0 commit comments