dotansimha / accounts-ui-angular

AngularJS wrapper for Meteor's Account-UI package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accounts-ui-angular

AngularJS wrapper for Meteor's Account-UI package

How to use?

  • Make sure you have the angular package 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>

About

AngularJS wrapper for Meteor's Account-UI package


Languages

Language:JavaScript 100.0%