Merge "Fix for preferred e-mail address"

This commit is contained in:
Ben Rohlfs
2019-09-24 18:51:13 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ limitations under the License.
type="radio"
on-change="_handlePreferredChange"
name="preferred"
value="[[item.email]]"
bind-value="[[item.email]]"
checked$="[[item.preferred]]">
<input
is="iron-input"

View File

@@ -51,7 +51,7 @@ limitations under the License.
element = fixture('basic');
element.loadData().then(done);
element.loadData().then(flush(done));
});
test('renders', () => {