sirkitree / angular-directive.g-signin

:triangular_ruler: AngularJS Directive for Google Plus Sign-in Button
http://jeradbitner.com/angular-directive.g-signin/
148 stars 84 forks source link

not rendering #3

Closed dmoulton closed 11 years ago

dmoulton commented 11 years ago

Hoping to use this on small angular project. The button is currently not rendering for me. This is true in my project, and on http://jeradbitner.com/angular-directive.g-signin/ . Should it be rendering there for me?

sirkitree commented 11 years ago

Seems like it's working to me in Chrome and Canary, and I don't think it should be browser specific. It's a bit slow but I'm not sure if I should attribute that to my connection at this conference right now.

angularjs google plus sign-in button directive 2013-05-21 13-55-35

dmoulton commented 11 years ago

Weird, I should have checked in other browsers. Its working in Firefox and Opera, but not in Chrome 26.0.1410.65. I'll keep trying. Thanks.

dmoulton commented 11 years ago

A question I hope you can help me with. I do have this working in firefox now. My problem is the callback. It needs to be a callback function on the page, but that isn't within angular's scope. How do I get data from my callback to the controller?

sirkitree commented 11 years ago

I'm not sure. I haven't played around with this enough and really wish I had more time to do so.