All Questions
Tagged with angular.js event-handling
2 questions
4
votes
1
answer
364
views
Angular wrapper for SignalR event aggregator
I created a little wrapper for one of my JavaScript libraries to enable Angular functionality. Are there any pitfalls I should be wary of with my code?
...
3
votes
1
answer
4k
views
Bootstrap/bind click event over ngClick
I am working on angularjs, and I have created some directives with bunch of HTML elements within its templates. I have assigned a controller for those directives. Below is my code snippet:
...