angular.isUndefined

判断值是否没有被定义了。

用法

angular.isUndefined(value)

参数

参数 形式 详细
value * 检测值

返回

boolean 如果 value 未定义返回 true