View source Improve this doc

angular.isArray
API in module ng

Description

Determines if a reference is an Array.

Usage

angular.isArray(value);

Parameters

ParamTypeDetails
value*

Reference to check.

Returns

boolean

True if value is an Array.