incuna / angular-registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has been deprecated in favour of angular-user-management

angular-registration

Installation

bower install angular-registration

  • Load the dependencies in to your app.

  • Load the scripts in your HTML.

<script src="bower_components/angular-registration/registration/scripts/registration.js"></script>
<script src="bower_components/angular-registration/registration/scripts/templates.js"></script>
<script src="bower_components/angular-registration/registration/scripts/routes.js"></script>
<script src="bower_components/angular-registration/registration/scripts/services.js"></script>
<script src="bower_components/angular-registration/registration/scripts/controllers.js"></script>
<script src="bower_components/angular-registration/registration/scripts/directives.js"></script>
  • Inject angular-registration as a dependency of your main app module.
angular.module('app', ['angular-registration']);
  • Add project_settings module with a PROJECT_SETTINGS constant.
angular.module('project_settings', [])
    .constant('PROJECT_SETTINGS', {});

About

License:MIT License


Languages

Language:JavaScript 84.2%Language:HTML 15.7%Language:Makefile 0.1%