Implementing the Review View
When the user clicks the Verify Billing button in the billing view, the review view appears, where the user can review the order, including the shipping and billing information. The review view, shown in Listing 28.18, shows the ordered items with totals as well as the shipping and billing information. Figure 28.7 shows the rendered review view.
Notice that all the information displayed is still coming from the Customer
object inside the scope. The shipping information comes from customer.shipping[0]
, the billing information comes from customer.billing[0] ...
Get Node.js, MongoDB, and AngularJS Web Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.