We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8db9f6 commit 586f884Copy full SHA for 586f884
demos/tabbable-anchor-angular7/app/app.component.ts
@@ -21,7 +21,7 @@ import { Component } from "@angular/core";
21
<a (click)="logClick( 'Item four' )">Item Four</a>
22
</p>
23
24
- <!-- NOTE: The [x-no-tabbing] attribute will cause demo Directive to not omitted. -->
+ <!-- NOTE: The [x-no-tabbing] attribute will cause demo Directive to be omitted. -->
25
<p class="actions">
26
<a x-no-tabbing (click)="logClick( 'Item one' )">Item One</a>
27
<a x-no-tabbing (click)="logClick( 'Item two' )">Item Two</a>
0 commit comments