Appendix 1Full Listing of Customer Detail Page HTML

This is the full listing of markup for the UI we designed and built in Chapter 9, Design Great UIs with Bootstrap’s Grid and Components. It’s included for completeness, but you may find it much easier to work with the source code, which you can download from the book’s website.[107]

 <section class=​"customer-details"​ ​*​ngIf=​"customer"​>
 <form>
  <div class=​"row"​>
  <div class=​"col-md-6"​>
  <article class=​"panel panel-primary"​>
  <header class=​"panel-heading"​>
  <h1 class=​"h3"​>
  Customer
  </h1>
  </header>
  <section class=​"panel-body"​>
  <div class=​"row"​>
  <div class=​"col-md-4" ...

Get Rails, Angular, Postgres, and Bootstrap, 2nd Edition 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.