From c04b6e64f61be6c3a830a921d53106225b3f80ae Mon Sep 17 00:00:00 2001 From: David Cormier Date: Tue, 25 Feb 2014 09:12:52 -0500 Subject: [PATCH 1/2] Let user specify the id of the input bar Input bar id is not globally set, but passed to the directive through the input-id attribute. --- directives/input.html | 2 +- index.html | 2 +- js/glowingbear.js | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/directives/input.html b/directives/input.html index b432fca..4b58053 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,6 +1,6 @@
- + diff --git a/index.html b/index.html index c4a42a9..1b10c3c 100644 --- a/index.html +++ b/index.html @@ -349,7 +349,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel