Skip to content

Commit

Permalink
document update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppaLabs committed Jun 1, 2017
1 parent 80a5a8e commit af5d56a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export class AppComponent implements OnInit {
text:"Select Countries",
selectAllText:'Select All',
unSelectAllText:'UnSelect All',
enableSearchFilter: true
enableSearchFilter: true,
classes:"myclass custom-class"
};
}
onItemSelect(item:any){
Expand Down

0 comments on commit af5d56a

Please sign in to comment.