angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Feat: when ng-click is fired suggest similar functions if no bound is found #5

Closed caguillen214 closed 10 years ago

btford commented 10 years ago

This should generalize to all ngEventDirs, e.g. ng-focus, ng-mousedown, etc.

ealtenho commented 10 years ago

@caguillen214 and I are pairing on this issue.

@btford: our current logic would console.log a message when the directive is instantiated rather than when the event function is fired. Is this acceptable, or do we want it to specifically fire when the incorrect function is accessed?

caguillen214 commented 10 years ago

This module for Angular Hint has been mostly completed at https://github.com/caguillen214/hint-event, we're still working on the tests though.

caguillen214 commented 10 years ago

This has been addressed and completed. Refer to the repo mentioned in the above comment.