chore(range): emit ionChange on range

This commit is contained in:
Adam Bradley
2016-05-31 16:24:13 -05:00
parent f7cf378042
commit b59e5afe22
3 changed files with 8 additions and 1 deletions

View File

@ -500,6 +500,8 @@ export class Range {
}
this.onChange(this.value);
this.ionChange.emit(this);
}
this.updateBar();