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/directive/ngEventDirs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/directive/ngEventDirs.js') diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index 17d32f80..6361a309 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -21,7 +21,7 @@ count: {{count}} - + it('should check ng-click', function() { expect(element(by.binding('count')).getText()).toMatch('0'); element(by.css('.doc-example-live button')).click(); @@ -327,7 +327,7 @@ forEach(
list={{list}}
- + it('should check ng-submit', function() { expect(element(by.binding('list')).getText()).toBe('list=[]'); element(by.css('.doc-example-live #submit')).click(); -- cgit v1.2.3