sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Fix signup and login features #170

Open luchesigui opened 8 years ago

luchesigui commented 8 years ago

Signup and login featured were not working because the functions were not in the scope or they did not have a controllerAs on the routes. I found better put them in the scope.

Also the profile controller had the same name as the contact controller, I fixed it too.

luchesigui commented 8 years ago

I was told that it should use preferably the controllerAs instead of scope so I fixed what I have done before.