This might be basic question but I couldn\'t find where the issue is. I am using .Net Core for by back end and angularJS for front end. below is my code.
Just Change your
data: { email: scope.email, password: scope.password },
to
data: { "email": scope.email, "password": scope.password },