Skip to content

Commit

Permalink
Update Readme File (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravumrani authored and CuppaLabs committed Sep 25, 2017
1 parent e5177aa commit cb298a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ export class AppComponent implements OnInit {
}
onItemSelect(item:any){
console.log(item);
console.log(this.selectedItems2);
console.log(this.selectedItems);
}
OnItemDeSelect(item:any){
console.log(item);
console.log(this.selectedItems2);
console.log(this.selectedItems);
}
onSelectAll(items: any){
console.log(items);
Expand Down

0 comments on commit cb298a9

Please sign in to comment.