Navigation Menu

Skip to content

Commit

Permalink
Step 18.47: Add Register to Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 6bdb0d6 commit 6418208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imports/ui/components/auth/auth.js
Expand Up @@ -7,6 +7,7 @@ import { Accounts } from 'meteor/accounts-base';
import template from './auth.html';
import { name as DisplayNameFilter } from '../../filters/displayNameFilter';
import { name as Login } from '../login/login';
import { name as Register } from '../register/register';

const name = 'auth';

Expand Down Expand Up @@ -35,7 +36,8 @@ class Auth {
export default angular.module(name, [
angularMeteor,
DisplayNameFilter,
Login
Login,
Register
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 6418208

Please sign in to comment.