When I noticed that the Angular foreach loop is similar to the enhanced for loop in Java, I assumed I could use a break or return statement to exit the loop. However, I soon discovered that this wasn't possible. I'm curious about the reasoning behind why the AngularJS developers chose not to include this feature. Can anyone shed light on this decision?