Skip to content

kamilkisiela/accounts-ui-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%