-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(watch): change orchestration of calls to please change detection
dev mode check two times the dom. It causes problem with nested bindings (http://stackoverflow.com/questions/34364880/expression-has-changed-after-it-was-checked/34364881#34364881). The current implementation work around that in dev mode Fixes #66
- Loading branch information
1 parent
263f73d
commit 2191edd
Showing
5 changed files
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<div class="form-group"> | ||
<div *ngFor="let error of errors" | ||
class="error-message"> | ||
<div *ngFor="let error of errors" class="error-message"> | ||
{{ error | translate }} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule share
updated
from 96f57d to 1c09e2