lvbreda / Meteor_angularjs

279 stars 42 forks source link

Using Meteors loginButtons #9

Open Jonovono opened 11 years ago

Jonovono commented 11 years ago

How would one place the login buttons that Meteor now provides when using this?

Would it be possible right now?

lvbreda commented 11 years ago

I haven't found a easy way to use the loginbuttons of meteor in this setup. Because they work with handlebars helpers. You can implement it with using the functions on a form you create. http://docs.meteor.com/#accounts_passwords , If you make a directive for it , would love see that ;)