bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 61 forks source link

fix parsing of clock face numbers from path for polymer version 1.2.0 #17

Closed opus1269 closed 9 years ago

opus1269 commented 9 years ago

Polymer version 1.2 changed their path handling and are now prepending a '#' to the number part of the path. This is the Polymer change that broke it:

https://github.com/Polymer/polymer/commit/10021cc51c3f2bb113039d80e6ad1fd35e3f4ed

bendavis78 commented 9 years ago

Hey, sorry, I noticed the issue my self before seeing your PR. Fixed it in d8ec0fb.