Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created October 10, 2014 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arieg419/acef42682f10a1fafed4 to your computer and use it in GitHub Desktop.
Save Arieg419/acef42682f10a1fafed4 to your computer and use it in GitHub Desktop.
Zeke code
var groupCopy = _.cloneDeep($scope.group);
groupCopy.calendarDates = groupCopy.calendarDates.map(function(calendarDate) {
return _.omit(calendarDate,'source');
})
// $http.put('api/groupss/' + $scope.group._id, groupCopy).success(function(data){
// $scope.group = data;
// console.log(data);
// });
// console.log($scope.group);
@GodJiza
Copy link

GodJiza commented Jan 12, 2021

zeke was here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment