mareczek / international-phone-number

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input)
139 stars 131 forks source link

Question around ng-model - not binding properly #87

Open ganySA opened 8 years ago

ganySA commented 8 years ago

Hi

I have been playing around with the plunker you setup and i cant seem to get ng-model to parse properly - maybe i am missing something.

When i place value="+27827811022" into the second input it parses it correctly. Updates the flag to the correct country and the model is updated correctly. However when i place the exact same text only in the model phone, it does not update the flag correctly.

See the updated plunkr

http://plnkr.co/edit/jXN5vOuNxoCkG6t506Mu

yahyaKacem commented 8 years ago

having the same problem, is this still not fixed?

ganySA commented 8 years ago

Yeah not fixed ... I ended up doing $timeout workarounds pity :/

amatissart commented 8 years ago

I have opened the same issue : #85 There is a regression in 0.0.16 release. No problem with 0.0.15.

seaBubble commented 7 years ago

Did anybody find a way around this that they could share please?