-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs: add live example of nested menu #6977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add this example to menu.md
?
8a369d4
to
7013547
Compare
Added @jelbourn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for the style link. Apply merge label when ready.
*/ | ||
@Component({ | ||
selector: 'nested-menu-example', | ||
templateUrl: 'nested-menu-example.html', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the CSS file here? Otherwise, people might edit later without realizing it's not linked.
7013547
to
4495fb0
Compare
Adds a live example for the nested menu functionality. Fixes angular#6920.
4495fb0
to
2e4b5e5
Compare
@@ -1,6 +1,7 @@ | |||
`<md-menu>` is a floating panel containing list of options. | |||
|
|||
<!-- example(menu-overview) --> | |||
<!-- example(nested-menu) --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add docs for how to nest them and put this under that section.
Adds a live example for the nested menu functionality. Fixes angular#6920.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Adds a live example for the nested menu functionality.
Fixes #6920.