Meteor_angularjs
Meteor_angularjs copied to clipboard
Using Meteors loginButtons
How would one place the login buttons that Meteor now provides when using this?
Would it be possible right now?
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 ;)