PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

improve angular example #89

Closed DanielKucal closed 7 years ago

PeterStaev commented 7 years ago

Hey @DanielKucal , thanks for your contribution! This has already been adjusted in the core3 branch: https://github.com/PeterStaev/NativeScript-Drop-Down/blob/core3/README.md#example-usage

DanielKucal commented 7 years ago

Hi @PeterStaev, I've checked the other branch and I can see selectedIndex also is not updated there in onchange method. Shouldn't it?

PeterStaev commented 7 years ago

Not sure what do you mean. The selectedIndex is being updated via [(ngModel)].

DanielKucal commented 7 years ago

Oh right, I overlooked that. Thanks for response