This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
</ tr >
12
12
</ thead >
13
13
< tbody >
14
- < tr class ="uib-weeks " ng-repeat ="row in rows track by $index ">
14
+ < tr class ="uib-weeks " ng-repeat ="row in rows track by $index " role =" row " >
15
15
< td ng-if ="showWeeks " class ="text-center h6 "> < em > {{ weekNumbers[$index] }}</ em > </ td >
16
16
< td ng-repeat ="dt in row " class ="uib-day text-center " role ="gridcell "
17
17
id ="{{::dt.uid}} "
Original file line number Diff line number Diff line change 7
7
</ tr >
8
8
</ thead >
9
9
< tbody >
10
- < tr class ="uib-months " ng-repeat ="row in rows track by $index ">
10
+ < tr class ="uib-months " ng-repeat ="row in rows track by $index " role =" row " >
11
11
< td ng-repeat ="dt in row " class ="uib-month text-center " role ="gridcell "
12
12
id ="{{::dt.uid}} "
13
13
ng-class ="::dt.customClass ">
Original file line number Diff line number Diff line change 7
7
</ tr >
8
8
</ thead >
9
9
< tbody >
10
- < tr class ="uib-years " ng-repeat ="row in rows track by $index ">
10
+ < tr class ="uib-years " ng-repeat ="row in rows track by $index " role =" row " >
11
11
< td ng-repeat ="dt in row " class ="uib-year text-center " role ="gridcell "
12
12
id ="{{::dt.uid}} "
13
13
ng-class ="::dt.customClass ">
You can’t perform that action at this time.
0 commit comments