rename to select copy
This commit is contained in:
parent
dc37528d22
commit
0f72df3166
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue