Maybe there is someone who can help me a little bit. I have to share data between multiple views. Because it is a school project, I have to use AngularJS, but I am new to it and I don't know where to start. The program works as follow:
User (customers) have the possibility to reserve a table in a restaurant. (first page)
User (employees) have the possibility to add orders to a reserved table. (second page)
When a customer reserve a table from the first page, the table is added to the second page so that an employee can add orders to it.
Maybe there is someone who can help me a little bit on my way.