We're in the process of migrating our Polymer 0.5 app, and have one instance where we're using this.bind to imperatively setup a data binding. In 0.5 I believe this relied on Node.bind(), and I don't see an equivalent in 1.0. Am I missing something or looking in the wrong place?
The 0.5 code looks like:
this.bind('value', new PathObserver(this.currentElement, this.attribute));
Thanks!
Jen