I'm really looking to find the simplest way to get my angular app to use a mock backend service.
any pointers would be great, a sample app that show how to write a simple app the use it would do the job. tnx!
|
|
|
Here is a sample plunkr using the $httpBackend for a sample with backend-less development as an example to answer this question. The main things I added to the plnkr to get this to work are:
This was mostly taken from the $httpBackend documentation. Note you can do a |
|||
|
|