It is very difficult in our angular application, when we using service and get a asynchronous call from it. Sometimes response is coming without any result. Because our request do not wait for coming value from server side. To resolve this problem angular give us $q constructor. So that we can get all the result.
In this article I going to explain how to call asynchronously using promises and $q service.
In this article I want to show how to create inline editing in angularJs with Wen Api. In my previous article I show how to create web api application.
In this post I want to show how to implement CRUD operation in AngularJs with web API and Stored procedure.
To know more about Web API, Please follow my previous article.