Hello, i am not a node experienced developer neither and angular so i am 
facing the following problem:

i am building an app to create poststickers so i want to list only the 
notes of the current user 

Notes.getAll(1).then(function(data) {
    $rootScope.notes = data.data;
  });

in the place of 1 i need to put the current user id param. i don't know how 
to figure it out.
for more details about the 
code: https://github.com/webofbits/StickyNotesApp/tree/associations

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/d2e68061-3c00-42dc-96be-2122ca8822be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to