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 Apr 12, 2024. It is now read-only.
Error: listeners.push is not a function
$CompileProvider/this.$get</Attributes.prototype.$observe@http://0.0.0.0:8505/vendor/forks/angular-1.3.0-rc.3-fork/angular/angular.js:6216:9
After I changed the name of the scope attribute into something else (like check) the issue was gone.
While researching the issue my teammate run into #8068 there the problem with watch as a get parameter was described and fixed.
I did check Firefox-only Object.prototype properties:
toSource
watch
unwatch
and they all make Firefox break, but not Chrome.
I checked some other Object.prototype properties:
valueOf
toString
those break in both Firefox and Chrome.
Changing the binding policy from @ to = does not cause an error.
Changing the binding policy from @ to & does not cause an error.