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.
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.