Skip to content

Commit

Permalink
changes controller for register partial
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccutchanwd committed Feb 16, 2017
1 parent 492a235 commit a8e15c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ angular.module('UserApp')
.state('register', {
url: '/register',
templateUrl: 'partials/register.html',
controller: 'RegisterCtrl as registerCtrl',
controller: 'LoginCtrl as loginCtrl',
})
.state('chat', {
url: '/chat',
Expand Down
6 changes: 0 additions & 6 deletions app/controllers/register.controller.js

This file was deleted.

0 comments on commit a8e15c0

Please sign in to comment.