I need to watch two expressions such that each expression have a separate listener. so i wrote two $watch() methods. Is it possible to write both in a single watch statement.
Thanks for ur response, I mean to say for each expression it have a separate listener, (i have two expressions and two listeners i.e one listener for one expression and other listener for second expression) so how to achieve it using single watch() method.
https://plnkr.co/edit/JvJQ90tLcpS0x79ZnDvr?p=preview