Closed DartBot closed 9 years ago
Issue by sethladd Originally opened as dart-lang/sdk#14370
Concerning: http://api.dartlang.org/docs/releases/latest/observe.html#onPropertyChange
Currently it shows:
_sub = onPropertyChange(_otherModel, #value, () => notifyProperty(this, #prop);
But I think it should show:
notifyPropertyChange(#prop, oldValue, newValue)
Comment by sigmundch
Added this to the Later milestone.
Removed this from the Later milestone. Added this to the M9 milestone.
Comment by clayberg
Removed this from the M9 milestone. Added this to the 1.1 milestone.
Removed this from the 1.1 milestone. Added this to the 1.2 milestone.
Added Library-Observe label.
Comment by anders-sandholm
Removed Library-Observe label. Added Pkg-Observe label.
Comment by jmesserly
Removed Area-Polymer label. Added Area-Pkg label.
Comment by kasperl
Removed this from the 1.2 milestone. Added this to the 1.6 milestone.
Comment by kwalrath
Removed Type-Defect label. Added Type-Documentation label.
https://codereview.chromium.org/368093004/
Set owner to @sigmundch. Added Started label.
Removed Priority-Unassigned label. Added Priority-Low label.
Removed this from the 1.6 milestone. Added Polymer-P-1 label.
fixed in dart-lang/sdk@4cffed47e2733b897b115f718bf3e0410f5c6615
Added Fixed label.
Issue by sethladd Originally opened as dart-lang/sdk#14370
Concerning: http://api.dartlang.org/docs/releases/latest/observe.html#onPropertyChange
Currently it shows:
_sub = onPropertyChange(_otherModel, #value, () => notifyProperty(this, #prop);
But I think it should show:
notifyPropertyChange(#prop, oldValue, newValue)