fixed login modal disappearing by improving ux

This commit is contained in:
John Mitchell
2015-09-28 16:05:41 -04:00
parent 2e43ed0405
commit e5c6dda79f
3 changed files with 8 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
' and accessible.';
}
scope.reset();
Alert(hdr, msg, 'alert-danger', setLoginFocus, null, null, false);
scope.attemptFailed = true;
}
});
}