2 Matching Annotations
  1. Apr 2016
    1. req.param('_id')

      Should this be req.param['_id'] ? Or req.param._id ?

    2. id="edit"

      There are two elements with the same id. Was this one supposed to have an id of 'delete'?