rename to select copy

This commit is contained in:
Kyle Spearrin 2019-04-01 13:16:37 -04:00
parent dc37528d22
commit 0f72df3166
1 changed files with 2 additions and 2 deletions

View File

@ -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() {