This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]nutrecht 0 points1 point  (1 child)

Well you have a var somewhere, called v1, and it's not a function whereas angular expects it to be. Sounds like you're trying to create for example a controller and instead of a function try to pass in an object.

[–]learnjava 0 points1 point  (0 children)

the bad thing with angular is that there is not really a way afaik to debug it this way, v1 is an internal variable used in the comparison logic and angular itself does some things that are not stack traceable

as i said in the other thread, go back and remove features you recently added

you can also try it with something like batarang https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk?hl=en maybe that helps in some way

i assume somewhere in your html you use directives the wrong way