Skip to content

Instantly share code, notes, and snippets.

@taly2808
Created October 23, 2014 02:47
Show Gist options
  • Save taly2808/6cab4af46d134eed7120 to your computer and use it in GitHub Desktop.
Save taly2808/6cab4af46d134eed7120 to your computer and use it in GitHub Desktop.
update pages/contact.html with contact list
<i class="fa fa-envelope fa-5x" style="color: red;"></i>
<h3>{{flash}}</h3>
<ul class="list-group">
<li class="list-group-item" ng-repeat="user in users">
<a href="#contact/{{user.id}}">{{user.name}}</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment