angular-bridge
angular-bridge copied to clipboard
Link models easily via a REST interface between Mongoose/Node-Express/Angular.js
update deprecated send status
This appears to be an implementation of the Rails Resource pattern. I like it. It saves a lot of boilerplate code at the beginning of a project. I just downloaded...
Hi, I fixed issue #18 Please merge. Jingshao
Great project. What are the options of using this in Angular 2.0, also in typescript? Thanks.
express deprecated res.send(status, body): Use res.status(status).send(body) instead node_modules/angular-bridge/lib/index.js:64:7 Please Fix ! Ending up with error 400
- Needed access to the request session, this was a simple fix
Can we see an example using nested resources, I can't seem to figure out how that would work. I have a mongoose Schema like so: ``` javascript var mongoose =...
- [ ] Limit option - [ ] Sort option
``` angularBridge.addResource('projects', db.Project, { query: '{_user: String(req.user._id)}'}); ``` https://github.com/Unitech/angular-bridge/blob/master/lib/index.js#L99 - [ ] Remove the two eval - [ ] Add deprecation message - [ ] Update Readme