Watching property changes on Dart polymer-element
Is there a way to watch property changes on Dart polymer-element as
described in Change watchers section? I tried adding void
myattributeChanged(String oldValue) method but it does not get called.
No comments:
Post a Comment