Skip to content

Commit

Permalink
fix(demo): fix api refenrences for pager component (valor-software#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiaMazur authored and valorkin committed May 11, 2018
1 parent e36f7d9 commit 3249452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/ng-api-doc.ts
Expand Up @@ -2085,7 +2085,7 @@ export const ngdoc: any = {
{
"name": "pageBtnClass",
"type": "string",
"description": "<p>add class to <li> </p>\n"
"description": "<p>add class to <code>&lt;li></code> </p>\n"
},
{
"name": "previousText",
Expand Down
2 changes: 1 addition & 1 deletion src/pagination/pager.component.ts
Expand Up @@ -46,7 +46,7 @@ export class PagerComponent implements ControlValueAccessor, OnInit {
/** if true current page will in the middle of pages list */
@Input() rotate: boolean;
// css
/** add class to <li> */
/** add class to <code><li\></code> */
@Input() pageBtnClass: string;

/** if true pagination component will be disabled */
Expand Down

0 comments on commit 3249452

Please sign in to comment.