jaruesink / coop

prototyping
1 stars 0 forks source link

Logging in with Facebook Issue #9

Closed jaruesink closed 8 years ago

jaruesink commented 8 years ago

Steps to Reproduce: Step 1: (click the red G button to logout of FB) Step 2: (click the blue F button to login to FB) Step 3: notice the following screen screen shot 2016-03-06 at 2 10 02 pm Step 4: figure out why it isn't applying the data to the view

jaruesink commented 8 years ago

This happens with autofilling data into the create account also. it only does this if you're not already logged into Facebook. is there a way to run something like $apply in Angular 1, maybe something with Zone.js?

jaruesink commented 8 years ago

This probably has to do with the asynchronous Facebook calls. Is there a way to make them not asynchronous?

jaruesink commented 8 years ago

related to #15, apparently making asynchronous calls synchronous is a bad idea