From 617df0be0bc262e94ab342142b8232e2d622b586 Mon Sep 17 00:00:00 2001 From: kvbutler Date: Fri, 13 Jul 2018 09:47:24 -0400 Subject: [PATCH] Update DefaultSorter.ts for 508 compliance --- src/DefaultSorter.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/DefaultSorter.ts b/src/DefaultSorter.ts index be46554..50ac4d9 100644 --- a/src/DefaultSorter.ts +++ b/src/DefaultSorter.ts @@ -4,10 +4,10 @@ import {DataTable, SortEvent} from "./DataTable"; @Component({ selector: "mfDefaultSorter", template: ` - + - - + + ` }) export class DefaultSorter implements OnInit { @@ -33,4 +33,4 @@ export class DefaultSorter implements OnInit { this.mfTable.setSort(this.sortBy, "asc"); } } -} \ No newline at end of file +}