Fix ng-show.

This commit is contained in:
Alexis Lahouze 2015-08-21 01:26:07 +02:00
parent 0cdad8a554
commit 061787c799
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<div class="btn-group btn-group-xs">
<!-- Edit account. -->
<button type="button" class="btn btn-success"
ng-show="!rowform.$visible"
ng-if="!rowform.$visible"
ng-click="rowform.$show()">
<span class="fa fa-pencil-square-o"></span>
</button>