diff --git a/src/angular/directives/flex-copy.directive.ts b/src/angular/directives/flex-copy.directive.ts index 6bdf387f7c..e91feaecd9 100644 --- a/src/angular/directives/flex-copy.directive.ts +++ b/src/angular/directives/flex-copy.directive.ts @@ -7,9 +7,9 @@ import { import { PlatformUtilsService } from '../../abstractions/platformUtils.service'; @Directive({ - selector: '[appFlexCopy]', + selector: '[appSelectCopy]', }) -export class FlexCopyDirective { +export class SelectCopyDirective { constructor(private el: ElementRef, private platformUtilsService: PlatformUtilsService) { } @HostListener('copy') onCopy() {