From 5409ba77370bec03197a160f0bbc02db612ec3a5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 9 Jun 2017 15:14:36 -0400 Subject: [PATCH] stop click directive instead of inline js --- src/popup/app/current/views/current.html | 2 +- src/popup/app/directives/stopClickDirective.js | 11 +++++++++++ src/popup/app/vault/views/vault.html | 4 ++-- src/popup/app/vault/views/vaultViewFolder.html | 2 +- src/popup/index.html | 1 + 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 src/popup/app/directives/stopClickDirective.js diff --git a/src/popup/app/current/views/current.html b/src/popup/app/current/views/current.html index 6cae5aec..c1c57c18 100644 --- a/src/popup/app/current/views/current.html +++ b/src/popup/app/current/views/current.html @@ -8,7 +8,7 @@
- diff --git a/src/popup/app/vault/views/vaultViewFolder.html b/src/popup/app/vault/views/vaultViewFolder.html index bd54c45f..04320f89 100644 --- a/src/popup/app/vault/views/vaultViewFolder.html +++ b/src/popup/app/vault/views/vaultViewFolder.html @@ -19,7 +19,7 @@ {{folder.name}} {{vaultLogins.length}}
- +