removed </a> mistake

This commit is contained in:
John Papa 2015-10-29 18:37:09 -04:00 committed by Naomi Black
parent d270920fe4
commit 202ecb1a54
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ include ../../../../_includes/_util-fns
&lt;h2>My Heroes&lt;/h2>
&lt;ul class="heroes">
&lt;li *ng-for="#hero of heroes">
&lt;span class="badge">{{hero.id}}&lt;/span> {{hero.name}}&lt;/a>
&lt;span class="badge">{{hero.id}}&lt;/span> {{hero.name}}
&lt;/li>
&lt;/ul>
:markdown