AngularJS wrapper for Meteor's Account-UI package
- Make sure you have the
angularpackage in your root account. - Add the package:
meteor add dotansimha:accounts-ui-angular - Add a dependency on your AngularJS module. For example:
angular.module('myApp', ['angular-meteor', 'accounts.ui']);- Use it in your app, for example:
<login-buttons></login-buttons>