I am using an Angular Element in my HTML with roughly 6 attributes being 
set. I need to use three of those attributes value's in a function 
together. The attributes value's are being passed in a manner that I can't 
run the function until all are received - which is at different intervals 
when the element loads. Also, it's not in my best interest to combine the 
values into one attribute, so that I can have the values all at once and 
then parse them in the function. With that said, what's the best way to 
determine when all of the attributes value's have been set? I am thinking 
an observable or promise, but just not sure which method would be the most 
ideal and the manner/syntax to use it?

Thanks, in advance.

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

Reply via email to