Skip to content

Commit

Permalink
Merge pull request #413 from cyluxx/master
Browse files Browse the repository at this point in the history
#412 change selector of WebviewDirective
  • Loading branch information
maximegris authored Nov 19, 2019
2 parents 868d184 + 76e7918 commit db6c0e4
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 {
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */
Expand Down

0 comments on commit db6c0e4

Please sign in to comment.