isObject

Returns whether the argument is an object.

Arguments

  • object - The value to check.

Example

{
  "$scope": {
    "test": {}
  },
  "$template": {
    "$comment": "The field below will be true",
    "test": "{{isObject(test)}}"
  }
}