Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure ngGridEventStartCellEdit event is also emitted, so anyone can listen for it (instead of only emitting the endCellEdit event) #1122

Closed
wants to merge 6 commits into from

Conversation

mrft
Copy link

@mrft mrft commented Apr 22, 2014

Also updated code in src dir

Emit ngGridEventStartCellEdit event so anyone can listen for it.
Added
$scope.$emit('ngGridEventStartCellEdit');
next to
$scope.$broadcast('ngGridEventStartCellEdit');

This allows people to listen to this event.
@c0bra
Copy link
Contributor

c0bra commented Apr 22, 2014

Thanks! Merged with 631723f

@c0bra c0bra closed this Apr 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants