Skip to content

Commit

Permalink
chore(): remove TODO from menu trigger desc (#3512)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and tinayuangao committed Mar 9, 2017
1 parent e019f69 commit 9b4be13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/menu/menu-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ import {
import {Subscription} from 'rxjs/Subscription';
import {MenuPositionX, MenuPositionY} from './menu-positions';

// TODO(andrewseguin): Remove the kebab versions in favor of camelCased attribute selectors

/**
* This directive is intended to be used in conjunction with an md-menu tag. It is
* responsible for toggling the display of the provided menu instance.
* TODO(andrewseguin): Remove the kebab versions in favor of camelCased attribute selectors
*/
@Directive({
selector: `[md-menu-trigger-for], [mat-menu-trigger-for],
Expand Down

0 comments on commit 9b4be13

Please sign in to comment.