Accessing data from UI in ember APP

Hi there,

I am new to Ember and trying to do a POC in which I have around 4 pages.

  1. Each page contains some Text Fields and Text Areas.

  2. I want to store the data entered by the user in Text Boxes and Text Areas.

  3. At the end of the 4th page I want to send this data to server.

How do I do that in Ember CLI application? Any suggestion(a topic to read and get some idea) or any solution will help.

I use Ember Pouch for this. It allows you to refresh your browser on page 3 and still have the data from page 1 & 2. See pouch in action here