Open salam0smy opened 10 years ago
when scope variable is modified inside the events: 'event:google-plus-signin-success' and 'event:google-plus-signin-failure', changes are not not detected, therefore, the view does not get updated.
you need to call $rootScope.$apply();
at the end of each event
when scope variable is modified inside the events: 'event:google-plus-signin-success' and 'event:google-plus-signin-failure', changes are not not detected, therefore, the view does not get updated.
you need to call $rootScope.$apply();
at the end of each event