diff options
| author | Igor Minar | 2014-02-18 03:04:42 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-02-18 10:44:48 -0800 |
| commit | 481508d0e7ae9e4984ea380b9a43e589551c7a5b (patch) | |
| tree | 2df21cbd83152c5e504cdc7f3b579b25bdc9fadb /src/ng/directive/input.js | |
| parent | 12e4d3ac4da3e7ea8d9be49764dbbc091a345bf7 (diff) | |
| download | angular.js-481508d0e7ae9e4984ea380b9a43e589551c7a5b.tar.bz2 | |
style: remove ws and enfore no-trailing-ws jscs rule
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 3169c6de..a3547bb1 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -295,7 +295,7 @@ var inputType = { var text = element(by.binding('text')); var valid = element(by.binding('myForm.input.$valid')); var input = element(by.model('text')); - + it('should initialize to model', function() { expect(text.getText()).toContain('me@example.com'); expect(valid.getText()).toContain('true'); @@ -409,7 +409,7 @@ var inputType = { expect(value1.getText()).toContain('true'); expect(value2.getText()).toContain('YES'); - + element(by.model('value1')).click(); element(by.model('value2')).click(); @@ -1021,7 +1021,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ * You can override this for input directives whose concept of being empty is different to the * default. The `checkboxInputType` directive does this because in its case a value of `false` * implies empty. - * + * * @param {*} value Reference to check. * @returns {boolean} True if `value` is empty. */ |
