Hey Group,
New to Angular, and i am stuck on some concepts that I am hoping you could 
help me understand.
First: User A logs into my app and the app downloads our data model and 
populates the views as expected, then User B logs in and also is presented 
our views with remote data.
If User A makes a changes to the data, will User B's view be automagically 
updated? Or will some sort of refresh have to happen in order to indicate 
that data has changed?

Second: Sort of like the first question, if my app is loaded up on the 
client, what tells it to check for newer data? or is the a built in feature 
of Angular? Or will i have to write some kind of timeout code that refresh 
data?

My issue is that i am going to replace your typical web application that 
has data that lives in a database on a server. There are a lot of users 
some see the same sets of data and others do not. Today when data changes 
there is no auto refresh of that data, User B from above will see the 
change on their next UI change event which triggers a jQuery ajax call to 
get the data again.

I am trying to wrap my brain around how to accomplish this in a cleaner 
fashion with Angular as well as utilize the awesome data binding feature. 
Is this even possible??

Thanks in advance

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to