I have two $scope variables searchList and vacancyList. The both get populated at two different instance during page load. I would like to perform certain actions once both have been loaded. How do I setup $watch on both variables?
Or if $watch is not the best option then what else I can use?