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