Iladarsda

Results 2 issues of Iladarsda

When making a DELETE request using RESTANGULAR (AngularJS), I get ``` DELETE http://localhost:3000/resources 404 (Not Found) ``` even though my model clearly states that this method is allow: ``` var...

Is it possible to make grunt-express work with some 'classic' express extensions to create an API; e.g. node-restful APIs (https://github.com/baugarten/node-restful)? For example below is what my current app.js file looks...