dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

Make it more prominent in the wiki that `set(...)` is necessary to update property values #625

Open zoechi opened 8 years ago

zoechi commented 8 years ago

set(...) is used in two array examples in the wiki, but nowhere else (at least I coudn't find it) is explicitly stated that one of these Polymer API methods needs to be used to get bindings updated. Some background why this is necessary would be nice (for example the difference to notify: true)

dam0vm3nt commented 8 years ago

or cite polymer_autonotify that will make the use of set and list accessors API no more necessary.

zoechi commented 8 years ago

+1 :smiley: