This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Can't set $priority in $bindTo/$scope variable in 0.8 #333
Closed
Description
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 xit
tests for these two conditions in the spec.