Search This Blog

Showing posts with label ionic series part 3. Show all posts
Showing posts with label ionic series part 3. Show all posts

Friday, May 19, 2017

How to build ionic mobile app? Part 3 Services, Factory and Promises

 

In our last section on how to build ionic mobile app part 2 , we saw how we could send data from a page to controller and how we could access the scope variables and how we could set them from the controller.

 

In this section we will cover three main aspects:

  • Services in ionic
  • Factory
  • Promises
  •  

    Now we will design the second tab of our screen where we will have the asset details, lets say we have a truck and we want to fetch the details of this asset from the remote system.

     

     

    image