Skip to content

Commit 0d4eeef

Browse files
committed
Fix typo.
1 parent a1f38a4 commit 0d4eeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/controlled-input-angular2/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1>
235235
// Emit the value change so that the calling context has an
236236
// opportunity to pipe the value change back into the controlled
237237
// input component.
238-
vm.valueChange.next( pendingValue = newValue );
238+
vm.valueChange.next( newValue );
239239

240240
}
241241

0 commit comments

Comments
 (0)