Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

devversion
Copy link
Member

  • When a developer uses ng-value on the input directive, the directive will just set the attribute on value change, without triggering any input event.
    This means, that we have to watch the value attribute, when the ngValue attribute is specified.

See https://github.com/angular/angular.js/blob/master/src/ng/directive/input.js#L1803

Fixes #8670

* When a developer uses `ng-value` on the input directive, the directive will just set the attribute on value change, without triggering any `input` event.
  This means, that we have to watch the value attribute, when the `ngValue` attribute is specified.

Fixes angular#8670
@devversion devversion added the needs: review This PR is waiting on review from the team label Jun 12, 2016
@devversion devversion deleted the fix/input-ng-value branch June 12, 2016 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants