diff options
| -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;          };  | 
