Search in Database and Display result Express Node Angular MEAN.js $resource Search in Database and Display result Express Node Angular MEAN.js $resource express express

Search in Database and Display result Express Node Angular MEAN.js $resource


Preliminary review of this looks to me like your route is expecting a get, but your $resource is running a put. I'm also thinking that all of your scope assignments aren't going to work because you're assigning non existent variables.