genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

lodash snippets #116

Closed genkio closed 7 years ago

genkio commented 7 years ago
$scope.target.watchCount = watchCount;
$scope.target.watched = watched;

vs.

_.assign($scope.target, _.pick(target, 'watchCount', 'watched'));