angular.isObject

Improve this Doc View Source angular.isObject

  1. function in module ng

Determines if a reference is an Object. Unlike typeof in JavaScript, nulls are not considered to be objects. Note that JavaScript arrays are objects.

Usage

angular.isObject(value);