Checks if a reference is defined.
angular.isDefined(value);
value – {*} –
Reference to check.
{boolean}
True if value is defined.
value