diff options
| author | Julie | 2014-02-15 12:02:55 -0800 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 |
| commit | c663b39826b942292b09bc48b11da146a65c3792 (patch) | |
| tree | c9c32ed6448529ec6c5393dd33b951651c79a8d9 /src/ng/directive/input.js | |
| parent | af9e897ecd8559841a728075058b66ebcae25d1e (diff) | |
| download | angular.js-c663b39826b942292b09bc48b11da146a65c3792.tar.bz2 | |
chore(e2etests): fix a browser check which was actually assigning the parameter
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index a617af6d..2e051706 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -957,7 +957,7 @@ var VALID_CLASS = 'ng-valid', </file> <file name="protractor.js" type="protractor"> it('should data-bind and become invalid', function() { - if (browser.params.browser = 'safari') { + if (browser.params.browser == 'safari') { // SafariDriver can't handle contenteditable. return; }; |
