mirror of
https://github.com/nextcloud/passman.git
synced 2026-02-04 06:49:19 +08:00
Remove console.log, remove old html code
This commit is contained in:
parent
5bfe5a7218
commit
c8d230b747
2 changed files with 0 additions and 20 deletions
|
|
@ -18,7 +18,6 @@ angular.module('passmanApp')
|
|||
|
||||
$scope.selectedTags = [];
|
||||
$scope.getTags = function ($query) {
|
||||
console.log(TagService.searchTag($query));
|
||||
return TagService.searchTag($query);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -58,25 +58,6 @@
|
|||
<span class="tag" ng-repeat="tag in credential.tags_raw">{{tag.text}}</span>
|
||||
|
||||
</span>
|
||||
<!--<div class="actionList popovermenu bubble menu"
|
||||
ng-show="menuOpen">
|
||||
<ul>
|
||||
<li><span
|
||||
class="menuitem action"
|
||||
></span>
|
||||
</li>
|
||||
<li><span href="#"
|
||||
class="menuitem action"
|
||||
><span
|
||||
class="icon icon-share"></span><span>Share</span></span>
|
||||
</li>
|
||||
<li><span
|
||||
class="menuitem action"
|
||||
data-action="Delete"><span
|
||||
class="icon icon-delete"></span><span>Delete</span></span>
|
||||
</li>
|
||||
</ul>
|
||||
</div> -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue