Closed tgreiser closed 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.
Updated README for ember 1.12+ (brocfile.js). Schedule the DOM updates to avoid deprecation notices.