-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mm-menu example and fix markdown headers
- Loading branch information
Shuwen Qian
committed
Sep 30, 2015
1 parent
5f23077
commit ba4f254
Showing
6 changed files
with
39 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Creating Adapters | ||
# Creating Adapters | ||
|
||
## Overview | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<mm-icon type="actions" height="15" width="15" id="cpb2"></mm-icon> | ||
<mm-menu id="testMenu" direction="s" offset="15" target="#cpb2"> | ||
<mm-list-item value="m1">menu item 1</mm-list-item> | ||
<mm-list-item value="m2">menu item 2</mm-list-item> | ||
<mm-list-item value="m3">menu item 3</mm-list-item> | ||
<mm-list-item value="m4">menu item 4</mm-list-item> | ||
<mm-list-item value="m5">menu item 5</mm-list-item> | ||
</mm-menu> |