I\'m currently working on my first Loopbackjs project and am facing a seemingly simple issue: Let\'s say I have a model \"Post\" and a model \"Tag\". A Post has and belongs
I've come here with the same issue, but after some research I got to this solution.
I'm gonna use an example: model Provincias hasAndBelongsToMany Cantones.
In order to get: /api/Provincias/1/cantones
You can use in your Angular code:
Provincias.cantones({'id': 1});