You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Angular's $watch methods do not trigger for variables prefixed with $ using Angular 1.2.18. So setting $priority does not trigger the 3-way binding as intended. Same is true for $value.
It looks like Angular's $watch methods do not trigger for variables prefixed with $ using Angular 1.2.18. So setting $priority does not trigger the 3-way binding as intended. Same is true for $value.
See disabled
xittests for these two conditions in the spec.