HI,
I want to use angular to show notifications as to whats happening when a 
user sends data from a form... something like "sending data" and then on 
return from my servlet "data saved" 

So I am thinking a directive that has some template html?
and using "bind", but I don't no what to bind to? 

something like

element.bind("methodThatSetsWhichclass??", function() {
            element.addClass(attrs.enter);
        })




What I am struggling with is the logic...Normally I would just trigger a 
method that updates the notification on send and a method that's triggers 
on return from ajax



Could someone point me in the right direction as what I should use?

-- 
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