I have a service in the angle and wanted to make a forEach to retrieve the value of the user, to authenticate the login
My service:
.service('usuariosService', function ($rootScope, $location,$http) {
this.validaLogin = function(user){...
asked by
20.05.2016 / 01:05