angular.isArray
描述:
判断是不是数组
?
使用方法:
angular.isArray(value)
参数详解:
需要判断的值
返回值:
true/false
(很简单的一个方法就不写示例代码了。)
原文:http://boyitech.iteye.com/blog/2170425