标签: javascript angularjs javascript-events event-handling
我想将事件对象复制到另一个空对象。它不是克隆。
$scope.curretEvent = angular.copy(e);
其中e是一个事件对象
e
答案 0 :(得分:0)
是的,你可以深度克隆它。
在该功能中执行console.log(e)会发生什么? 它输出结果吗?
console.log(e)
如果是,请检查拼写错误;)
我注意到你写了$scope.curretEvent(缺少N),也许你在其他地方使用$ scope.curre n tEvent?
$scope.curretEvent