File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ describe('IgxGrid - Column properties #grid', () => {
64
64
65
65
headerSpans . forEach ( ( span ) => expect ( span . nativeElement . textContent ) . toMatch ( 'Header text' ) ) ;
66
66
cellSpans . forEach ( ( span ) => expect ( span . nativeElement . textContent ) . toMatch ( 'Cell text' ) ) ;
67
- summarySpans . forEach ( ( span ) => expect ( span . nativeElement . textContent ) . toMatch ( 'Summarry text' ) ) ;
67
+ summarySpans . forEach ( ( span ) => expect ( span . nativeElement . textContent ) . toMatch ( 'Summary text' ) ) ;
68
68
} ) ;
69
69
70
70
it ( 'should provide a way to change templates dynamically' , ( ) => {
@@ -1210,7 +1210,7 @@ export class TemplatedColumnsComponent {
1210
1210
<span class="customEditorTemplate">{{ value }}</span>
1211
1211
</ng-template>
1212
1212
1213
- <ng-template #summaryTemplate igxSummary let-summaryResults>
1213
+ <ng-template #summary igxSummary let-summaryResults>
1214
1214
<span class="customSummaryTemplate">{{ summaryResults[0].label }}: {{ summaryResults[0].summaryResult }}</span>
1215
1215
</ng-template>
1216
1216
`
You can’t perform that action at this time.
0 commit comments