When using AngularJS, what happens when a parent function encapsulates a child function that includes parameters not present in the parent?
In this scenario illustrated below with the green arrow representing the parent function without any parameters, and the yellow arrow indicating a child function with a parameter included, how does the passed parameter make its way into the child function if it was not defined in the parent?