angular
angular deep copy
시크유
2017. 8. 24. 20:21
var tmpVar = {};
angular.copy($scope.query, tmpVar);
tmpVar.energyGroupId = obj.energyGroupId;