Fix ng-show.
This commit is contained in:
parent
0cdad8a554
commit
061787c799
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user