polymer-core-and-paper-examples icon indicating copy to clipboard operation
polymer-core-and-paper-examples copied to clipboard

This repo contains examples for the core and paper polymer elements, from Dart

Results 4 polymer-core-and-paper-examples issues
Sort by recently updated
recently updated
newest added

This contains updated to the libraries because the old ones did not work on my machine due to problems with the transformer. I have also added all core examples to...

REPRO: ``` bash git clone ... pub get pub build pub serve ``` open chrome and nav to http://localhost:8080 select link "http://localhost:8080/core_list_dart/basic.html" wait... chrome browser displays nothing server log is:...

The multi selection example for core-selection starts with no selections instead of the ones in multiselected list. https://github.com/dart-lang/polymer-core-and-paper-examples/blob/master/web/core_selector.html I think this can be cause by https://github.com/dart-lang/core-elements/issues/157