Created
August 18, 2016 17:22
-
-
Save brianpetro/1652b975f3bcef77a4b32766c513918d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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