GDG-Ukraine / gdg.org.ua

GDG Ukraine website, event registration forms.
http://gdg.org.ua/
MIT License
5 stars 24 forks source link

Google+ Sign-In #11

Open webknjaz opened 11 years ago

webknjaz commented 11 years ago

Implement $sbj.

41

webknjaz commented 11 years ago

Partially done. TODO: refactor, use client JS lib, make proper Angular fill in as follows:

var scope = angular.element(document.getElementById('main')).scope();
var user = scope.user;
scope.$apply(function() {
   user.name = 'xxx';
  user…… = ….
});