Hi,

I'm a bit stuck on how to approach the following issue:

I currently have one table, containing an overview of employees, and for 
each day, their assignments. Each assignment is represented by a directive, 
which does some basic css logic & implements hover functionality. A 
directive is probably not needed for this, but this is how I started out.

Now I want to add a "click" action to the directive, which opens a tooltip 
as done in google.com/calendar (Like the bootstrap tooltip, but with a form 
inside, bit of a hybrid between tooltips & modals). 

I've tried implementing the tooltip into my own directive, stripping 
angular-ui's code from everything I don't need, but I noticed that due to 
the large amount of directives I have (900+), this causes performance 
problems, which I assume are due to the $compile's used.

Is there a better way on how I can implement this?


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to