|
|
@ -5,8 +5,9 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="row" ng-if="contacts.length > 0"> |
|
|
|
<div class="row" ng-if="contacts.length > 0"> |
|
|
|
<div class="col-xs-12 editlist"> |
|
|
|
<div class="col-xs-12"> |
|
|
|
<table class="table table-bordered table-hover table-condensed"> |
|
|
|
<div class="editlist nicescroll"> |
|
|
|
|
|
|
|
<table class="table table-hover table-condensed"> |
|
|
|
<tbody> |
|
|
|
<tbody> |
|
|
|
<tr ng-repeat="contact in contacts"> |
|
|
|
<tr ng-repeat="contact in contacts"> |
|
|
|
<td class="picture"> |
|
|
|
<td class="picture"> |
|
|
@ -21,4 +22,5 @@ |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|