Permalink
Browse files
fix(ngAria): trigger digest on ng-click via keypress, pass $event to …
…expression Minor improvement to ng-click directive from ngAria. Now, if bindings are updated during the click handler, the DOM will be updated as well. Additionally, the $event object is passed in to the expression via locals, as is done for core event directives. Closes #10442 Closes #10443 Closes #10447
- Loading branch information
Showing
with
36 additions
and 12 deletions.
- +19 −12 src/ngAria/aria.js
- +17 −0 test/ngAria/ariaSpec.js