Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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? ...
Anders's user avatar
  • 690
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: ...
Aman's user avatar
  • 141