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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
fix(searchEnabled): watch evaluated attribute value
`searchEnabled` was not reacting to changes in it's value.
This was because searchEnabled has a scope.$watch on it but searchEnabled
was set as a property on $select not the scope and the watch would never
fire.
This commit now changes the watch so it the attrs.searchEnabled for changes
and properly reacts to changes in it's value.
Closes#505
0 commit comments