删除有问题,暂时屏蔽
This commit is contained in:
parent
89d4e3d550
commit
4fc423a9c3
|
|
@ -56,7 +56,7 @@
|
|||
<div class="item" ng-repeat="item in searchHistory" ng-click="searchByHistory(item.t, item.d)" style="height:30px;">
|
||||
<div class="right floated content">
|
||||
<span style="margin-right:10px;">{{ item.t | searchType }}
|
||||
<i class="remove icon" ng-click="delHistory(item.t, item.d);$event.stopPropagation()" style="cursor:default;"></i>
|
||||
<!-- <i class="remove icon" ng-click="delHistory(item.t, item.d);$event.stopPropagation()" style="cursor:default;"></i> -->
|
||||
</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue