kordianbruck / accounts-ui-angular

AngularJS wrapper for Ian's Account-UI-Bootstrap-3 package

Home Page:https://atmospherejs.com/bruck/accounts-ui-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accounts-ui-angular

AngularJS wrapper for Ian's Account-UI-Bootstrap-3 package

How to use?

  • Make sure you have the angular package in your root account.
  • Add the package: meteor add bruck: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: (needs to be placed inside ng-app)
<login-buttons></login-buttons>

About

AngularJS wrapper for Ian's Account-UI-Bootstrap-3 package

https://atmospherejs.com/bruck/accounts-ui-angular


Languages

Language:JavaScript 100.0%