markusiseli
markusiseli
@dancingshell thanks for this, it pointed me to the solution. For security reasons I had disabled all methods by default using a mixin and had only activated the `__create_answers` but...
@davidcheung yes. I used `Model.disableRemoteMethod(methodName, method.isStatic);` in a mixin to disable all methods by default and the `__get__*` method is part of these methods (see: https://github.com/strongloop/loopback/issues/651). Then I enable only...
@davidcheung please see following repository (did not succeed in generating gist): https://github.com/markusiseli/loopback-angular-sdk-test I hope this is ok...