View source Improve this doc

angular.isString
API in module ng

Description

Determines if a reference is a String.

Usage

angular.isString(value);

Parameters

ParamTypeDetails
value*

Reference to check.

Returns

boolean

True if value is a String.