Sharing an item to another view

Hi,

  1. I fetched a list of items using web service and displayed in a view.
  2. When i click on an item, i just want to display an item details in another view. For this i don’t want to call another web service. Because i already fetched data in first point.

Providing an example helps us a lot.
Thanks in advance.

Ramprasad.

This is so frequently asked question that you should find it easily in this forum or in any angularjs resource.
Hint: wrap your web service calls within an nagularjs service that will keep fetched data.