From 83b5fa40e112b0a9ff9a9bff551414d907e7e4a9 Mon Sep 17 00:00:00 2001 From: brantje Date: Tue, 20 Sep 2016 19:09:47 +0200 Subject: [PATCH] Move ngclipboard --- js/app/controllers/menu.js | 2 -- js/app/directives/credentialfield.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js index 6f56473e..29272d7f 100644 --- a/js/app/controllers/menu.js +++ b/js/app/controllers/menu.js @@ -16,8 +16,6 @@ angular.module('passmanApp') $location.path('/'); }; - // @TODO Show only tag's that exist in the list (when filtered on tag) - $scope.selectedTags = []; $scope.getTags = function ($query) { console.log(TagService.searchTag($query)); diff --git a/js/app/directives/credentialfield.js b/js/app/directives/credentialfield.js index 97f49388..02306e7c 100644 --- a/js/app/directives/credentialfield.js +++ b/js/app/directives/credentialfield.js @@ -24,7 +24,7 @@ angular.module('passmanApp') '' + '
' + '
' + - '
' + + '
' + '
', link: function (scope, elem, attrs, modelCtrl) { scope.$watch("value", function () {