justin-lau / ember-intl-tel-input

An Ember.js addon for entering and validating international telephone numbers.
http://justin-lau.github.io/ember-intl-tel-input/
MIT License
21 stars 36 forks source link

Compatibility with Ember.1.13.10 deprecations #12

Closed tgreiser closed 8 years ago

tgreiser commented 8 years ago

Updated README for ember 1.12+ (brocfile.js). Schedule the DOM updates to avoid deprecation notices.

justin-lau commented 8 years ago

Hi @tgreiser, the deprecation notices you referred should not be an issue in v1.2.0. I had explained that in #7 that with ember 1.13.0+ the call to notifyPropertyChange() is not longer needed, and with that few lines of code removed, ember does not complain any more.

If you have further PRs, please base them to the latest master branch. Thank you.