[AngularJS] Re: Multi user data binding question

2017-01-05 Thread tim garver
Gotcha, i was really more concerned with the auto refresh of the remote data. Then the client to client would be automatic >From all i have read on Angular, the examples imply this is already built in, i was hoping to see some real world examples but cant find anything except a local running ex

[AngularJS] Re: Multi user data binding question

2017-01-05 Thread tim garver
Thanks Sander, I will take a look. I was thinking it would only be possible with WebSockets or some sort of technology like WS. Tim On Thursday, January 5, 2017 at 7:56:53 AM UTC-5, Sander Elias wrote: > > Hi Tim, > > Welcome! > > No, this functionality is not in angular. It can't be in angular

[AngularJS] Multi user data binding question

2017-01-04 Thread tim garver
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