From 02ad012e7fee59f989f688a7171a2158371dcf11 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 9 May 2013 12:42:19 +0100 Subject: docs($window): fix example --- src/ng/window.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/ng/window.js b/src/ng/window.js index 8eec7cba..03e0ff5d 100644 --- a/src/ng/window.js +++ b/src/ng/window.js @@ -16,10 +16,23 @@ * @example - - + +
+ + +
+ it('should display the greeting in the input box', function() { + input('greeting').enter('Hello, E2E Tests'); + // If we click the button it will block the test runner + // element(':button').click(); + });
*/ -- cgit v1.2.3