Here, this is my Scenario. Click to see the Image
Refer the above image. A, B, C, D are dropBoxes. And Data for each box are loaded by the http requests, on the page load. And after successfully completed each request, and loaded data into dropBoxes (each drop box has separate function ), the button should be enabled. Assume that each request brings different size of dataBulk from the DB. So, What I wanna know here is, - How could I track whether each dropBox has been loaded successfully or Not to Enable the Button ?
As I'm novel to Angular, highly expect and admire your answers and professional practice on doing this.
Note : functions can be independently used, is a must !! I'm using angularJs 1.x