This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Cleanup handling of bind-once delegates after #9825 #9958
Milestone
Comments
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 7, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 7, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 7, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 10, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 11, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 11, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 11, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 11, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 12, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Nov 12, 2014
…xpressions Side-effects: - Logic for allOrNothing watches now lives in $intercept rather than $parse Credit to @jbedard for idea to remove $watch interceptors craziness from $interpolate. Closes angular#9958
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As noted in #9825 / ed99821, we are doing some weird things, and now treating certain expressions as "stateful" in a way that doesn't really make sense.
Watch delegates shouldn't be stateful unless they absolutely need to be (IE depend on a stateful filter) --- and we shouldn't be performing the bind-once behaviour unless we're actually trying to bind-once.
The text was updated successfully, but these errors were encountered: