Created
August 18, 2016 17:14
-
-
Save brianpetro/6d64eaf9586aefd24d55faea02c5fad9 to your computer and use it in GitHub Desktop.
This file contains 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
<script type="text/template" id="account-template"> | |
<div class="account-area"> | |
<div class="main-account-area"> | |
<span class="toggle-handler" ng-click="toggleSubAccounts()">^></span> | |
<span class="main-account-name">Assets</span> | |
</div> | |
<div class="sub_accounts-area" ng-if="subAccountsOpen"> | |
sub accounts... | |
</div> | |
</div> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment