angularjs - Angular js 1.5 + emit listener not working -


facing random issues angular js listener :

  1. data being emitted rootscope.emit event in service on particular id
  2. same data not being listen listener on root scope controller
  3. this occurring on random basis ..

have faced such type of issues .. please !!

thanks in advance !!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -