This code registers a controller function named HelloController in the angular module named myapp.
We will study more about modules and controllers in their respective chapters.
The controller function is registered in angular via the angular.module(...).controller(...) function call.