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/select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/select.js') diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index cf0e4cae..3846d18a 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -120,7 +120,7 @@ var ngOptionsMinErr = minErr('ngOptions'); - + it('should check ng-options', function() { expect(element(by.binding('{selected_color:color}')).getText()).toMatch('red'); element.all(by.select('color')).first().click(); -- cgit v1.2.3