javascript - how to track down the factory's property is getting updated from which other factory in angularjs -


hi novice angularjs, having lot of factories in application, scenario lets assume obj1 in factorya. @ point of time when console.log(obj1) , shows multiple properties inside it. getting updated other factories , controllers. since big application dont know complete flow , hard find out. so, there way track down history , particular object in factory invoked , updated ?.

use debugger keyword breakpoints.

you shall able examine values in current scope.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -