meanapp
meanapp copied to clipboard
Model methods
Thanks for the tutorial, its Neat and Easy to understand! Ive been using it as a base for my APP. However, I dont know how can i implement my schema methods inside the controller?
Example:
controller:
Resource(app, '', route, app.models.user).rest();
schema.method:
UserSchema.methods.generateJwt = function(){};