Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // could be shortened further using ternary
  2. articles.forEach(function(e){
  3.   if(!e.multimedia){
  4.     e.multimedia = [{url: $scope.dummyUrl}];
  5.   }
  6. });
  7. ************
  8. // we able to pass in a function OR value with the Mongoose schema.
  9. // http://mongoosejs.com/docs/2.7.x/docs/defaults.html
  10. default: Date.now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement