From 06f2ba899fac8ad004bf65dce39a3b05e2387c0f Mon Sep 17 00:00:00 2001
From: Peter Bacon Darwin
Date: Wed, 12 Feb 2014 22:47:42 +0000
Subject: docs(bike-shed-migration): fix invalid HTML in
examples
---
src/ng/window.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/ng/window.js')
diff --git a/src/ng/window.js b/src/ng/window.js
index e1928a88..091a51a0 100644
--- a/src/ng/window.js
+++ b/src/ng/window.js
@@ -31,7 +31,7 @@
-
+
it('should display the greeting in the input box', function() {
element(by.model('greeting')).sendKeys('Hello, E2E Tests');
// If we click the button it will block the test runner
--
cgit v1.2.3