Fix ng-show.

This commit is contained in:
Alexis Lahouze 2015-08-21 01:26:07 +02:00
parent 0cdad8a554
commit 061787c799

View File

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