Skip to content

Commit

Permalink
docs(module:popover): update docs className descrpition (NG-ZORRO#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guoyuanqiang committed Dec 3, 2018
1 parent 8951abb commit 42922fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/popover/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Properties | Descrition | Type | Default
| mask | Whether to display the mask background layer | Boolean | false |
| overlay | Popup layer content | TemplateRef | - |
| onSelect | when an option is selected | (node: any, index?: number): void | - |
| className | Custom popover class | string | am-popover |
| className | Custom popover class, e.g. "am-popover-${your className}" | string | am-popover |

### Popover.Item

Expand Down
2 changes: 1 addition & 1 deletion components/popover/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subtitle: 气泡
| mask | 是否显示遮罩背景层 | Boolean | false |
| overlay | 弹出层内容 | TemplateRef | - |
| onSelect | 选中某选项时的回调函数 | (node: any, index?: number): void | - |
| className | 传入自定义class | string | am-popover |
| className | 传入自定义class, e.g. "am-popover-${your className}" | string | am-popover |

### Popover.Item

Expand Down

0 comments on commit 42922fe

Please sign in to comment.