Skip to content

Commit

Permalink
Fixed method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Dec 2, 2016
1 parent 4c04656 commit 3a197ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/radiobutton/radiobutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class RadioButton implements ControlValueAccessor,AfterViewInit {
this.onModelTouched();
}

onChange(event,rb) {
onChange(event) {
this.select();
}
}
Expand Down

0 comments on commit 3a197ea

Please sign in to comment.