Skip to content

Instantly share code, notes, and snippets.

@austincunningham
Created October 25, 2017 10:06
Show Gist options
  • Save austincunningham/59d85400a3906d6f2630b2f8765752a6 to your computer and use it in GitHub Desktop.
Save austincunningham/59d85400a3906d6f2630b2f8765752a6 to your computer and use it in GitHub Desktop.
<!-- Title-->
<md-subheader>survey</md-subheader>
<!-- Two field report -->
<md-list>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<!-- Customise change model. to own variable -->
<h3>{{model.firstName}} </h3>
<p>First name </p>
</div>
<md-divider></md-divider>
</md-list-item>
<md-list-item class="md-2-line">
<div class="md-list-item-text">
<h3>{{model.lastName}} </h3>
<p>Last Name</p>
</div>
<md-divider></md-divider>
</md-list-item>
</md-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment