Skip to content

Commit

Permalink
fix an issue where grid.set wouldn't update binds if the entire model…
Browse files Browse the repository at this point in the history
… was swapped
  • Loading branch information
Dan Lasky committed Aug 5, 2016
1 parent 0153d60 commit db8f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strand-item-recycler/strand-item-recycler.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ found here: https://github.com/Polymer/core-list

if (bound &&
bound.value &&
bound.value.model === model) {
this.data[bound.young] === model) {
bound.instance.notifyPath("model" + change.path.slice(delimiter), change.value);
}
}
Expand Down

0 comments on commit db8f104

Please sign in to comment.