I have code snippet in which there is a Angular Modular Controller, but there is a function inside the same controller and with a call, which is raising doubt in my mind that is
$scope.launch = function (which) { }; var _func = function () {...}