Skip to content

jagi/meteor-astronomy-softremove-behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soft remove behavior for Meteor Astronomy

The soft remove behavior let's you remove a document without deleting it from the collection. Instead it's marked as removed. Removed documents can be excluded from displaying in a template.

A detailed information about behavior can be found here.