We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c107c1 + 18b715c commit e5479b5Copy full SHA for e5479b5
1 file changed
src/dropdown/README.md
@@ -8,10 +8,10 @@ Usage
8
9
```html
10
<dropdown title="my dropdown" ng-model="dropdown_model" open="true">
11
- <dropdown-gropup>item1</dropdown-gropup>
12
- <dropdown-gropup>item2</dropdown-gropup>
13
- <dropdown-gropup>item3</dropdown-gropup>
14
- <dropdown-gropup>item4</dropdown-gropup>
+ <dropdown-group>item1</dropdown-group>
+ <dropdown-group>item2</dropdown-group>
+ <dropdown-group>item3</dropdown-group>
+ <dropdown-group>item4</dropdown-group>
15
</dropdown>
16
```
17
@@ -27,4 +27,4 @@ Contribution
27
TODO
28
-------------------------------
29
30
-1. Add different dropdown types.
+1. Add different dropdown types.
0 commit comments