Merge pull request #3337 from cmgustavo/bug/addressbook-01

Fix addressbook detail
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-23 12:08:55 -03:00
commit 69b0468cc3
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<a ng-click="toggleAddAddressbookEntry()" class="p10">
<i class="fi-plus size-18 m10r"></i>
<span class="text-close size-12" translate>Add a new entry</span>
<span ng-show="!list[newAddress]">({{newAddress}})</span>
<span ng-show="!list[newAddress] && newAddress">({{newAddress}})</span>
</a>
</li>
</ul>