Improve this Doc  View Source

angular.isFunction

  1. - function in module ng

Determines if a reference is a Function.

Usage

angular.isFunction(value);

Arguments

Param Type Details
value *

Reference to check.

Returns

boolean

True if value is a Function.