angular-blog
angular-blog copied to clipboard
[OneToMany Relationship] Add accountId to Post automatically
Because the user logined so i dont want to include accountId every time create a post, I want the Id of account was add to post automatically , how can i do this is the same issue https://github.com/strongloop/loopback/issues/459 I tried but not working.