Skip to content

Commit

Permalink
#412 change selector of WebviewDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
cyluxx committed Nov 19, 2019
1 parent 9d94f9c commit 76e7918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/directives/webview/webview.directive.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Directive } from '@angular/core';

@Directive({
selector: '[webview]'
selector: 'webview'
})
export class WebviewDirective {
constructor() {}
Expand Down

0 comments on commit 76e7918

Please sign in to comment.