You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Full agreement. There are some that use the Platform but not polymer itself. This undocumented "valid path" change caused a wtf evening of frustration when switched over to the newest version, a switch in large part prompted by Observe being released to Chrome stable. Not sure why backwards compatibility was not retained.
To clarify with an example: whereas before you could do this:
new PathObserver($scope,'profile.0.name')
getPath in the constructor will now return the path as invalid. So you now have to do something like this:
e.g., '0' is not a valid path, but '[0]' is.
See Polymer/polymer#526
The text was updated successfully, but these errors were encountered: