Skip to content

Instantly share code, notes, and snippets.

@brianpetro
Created August 18, 2016 17:22
Show Gist options
  • Save brianpetro/1652b975f3bcef77a4b32766c513918d to your computer and use it in GitHub Desktop.
Save brianpetro/1652b975f3bcef77a4b32766c513918d to your computer and use it in GitHub Desktop.
<body ng-app="myApp">
<div ng-controller="accountsSummaryCtrl" class="summary">
<account ng-repeat="account in accounts" name="account"></account>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment