Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 282 Bytes

ng.angular.isDefined.md

File metadata and controls

21 lines (12 loc) · 282 Bytes

angular.isDefined

  • Angular@1.4.7
  • ng 模块中的函数

判断值是否定义了。

用法

angular.isDefined(value)

参数

参数 形式 详细
value * 检测值

返回

boolean 如果 value 定义了返回 true