lykmapipo / ngAA

DRY authentication and authorization for angular and ui-router
41 stars 13 forks source link

Bind serverside authentication error on authentication controller #2

Closed lykmapipo closed 9 years ago

lykmapipo commented 9 years ago

Obtain server side authentication errors and bind them on $scope.signinError to enable authentication errors to be displayed on the signin form

lykmapipo commented 9 years ago

Adding authentication error message into authentication controller. It may be obtained from $scope.signinError.

See commit and commit