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 e019f69 commit 9b4be13Copy full SHA for 9b4be13
src/lib/menu/menu-trigger.ts
@@ -27,10 +27,11 @@ import {
27
import {Subscription} from 'rxjs/Subscription';
28
import {MenuPositionX, MenuPositionY} from './menu-positions';
29
30
+// TODO(andrewseguin): Remove the kebab versions in favor of camelCased attribute selectors
31
+
32
/**
33
* This directive is intended to be used in conjunction with an md-menu tag. It is
34
* responsible for toggling the display of the provided menu instance.
- * TODO(andrewseguin): Remove the kebab versions in favor of camelCased attribute selectors
35
*/
36
@Directive({
37
selector: `[md-menu-trigger-for], [mat-menu-trigger-for],
0 commit comments