Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ngModel): use paste/cut events in IE to support context menu
In IE the model is not updated when the input value is modified using the context menu, e.g. pasting from the clipboard, or cutting all or part of the current value. To capture these changes, we bind to the proprietary 'paste' and 'cut' events. Closes angular#1462
- Loading branch information