Determines if a reference is a Function.
Function
angular.isFunction(value);
Reference to check.
True if value is a Function.
value