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

Events? #264

Closed
trusktr opened this issue Apr 1, 2014 · 2 comments
Closed

Events? #264

trusktr opened this issue Apr 1, 2014 · 2 comments

Comments

@trusktr
Copy link

trusktr commented Apr 1, 2014

Does ngTable have events? If so, how do we use them?

@lijuenc
Copy link
Contributor

lijuenc commented Apr 2, 2014

A scan of the source code says no. Though there are a number of calls to an internal log function at a few key milestones in ngTable's rendering process which may be suitable points for someone to hook in event emission.

@trusktr
Copy link
Author

trusktr commented Apr 2, 2014

Seems like AngularJS has a limitation: the ability to easily attach custom directives to elements of another directive before they get compiled. It'd be nice to be able to do that easily.

I started a feature request for it:
angular/angular.js#6950

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

No branches or pull requests

3 participants