An open API service indexing awesome lists of open source software.

https://github.com/dotansimha/accounts-ui-angular

AngularJS wrapper for Meteor's Account-UI package
https://github.com/dotansimha/accounts-ui-angular

Last synced: 6 months ago
JSON representation

AngularJS wrapper for Meteor's Account-UI package

Awesome Lists containing this project

README

          

# 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:
```javascript
angular.module('myApp', ['angular-meteor', 'accounts.ui']);
```

- Use it in your app, for example:
```html

```