We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d97cd7 commit e4c2433Copy full SHA for e4c2433
src/standard/notify-path.html
@@ -488,7 +488,7 @@
488
// TODO(kschaaf): This is the path analogue to Polymer.Bind.prepareModel,
489
// which provides API for path-based notification on elements with property
490
// effects; this should be re-factored along with the Bind lib, either all on
491
- // Base or all in Bind.
+ // Base or all in Bind (see issue https://github.com/Polymer/polymer/issues/2547).
492
prepareModelNotifyPath: function(model) {
493
this.mixin(model, {
494
fire: Polymer.Base.fire,
0 commit comments