aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/select.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/directive/select.js')
-rw-r--r--src/ng/directive/select.js2
1 files changed, 1 insertions, 1 deletions
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');
</div>
</div>
</file>
- </file name="protractor.js" type="protractor">
+ <file name="protractor.js" type="protractor">
it('should check ng-options', function() {
expect(element(by.binding('{selected_color:color}')).getText()).toMatch('red');
element.all(by.select('color')).first().click();