angular.isObject
Improve this Doc View Source angular.isObject
- function in module ng
Determines if a reference is an Object
. Unlike typeof
in JavaScript, null
s are not considered to be objects. Note that JavaScript arrays are objects.
Usage
angular.isObject(value);