New login screen UI
This commit is contained in:
parent
2d4337ef82
commit
f97b8e2304
24 changed files with 394 additions and 212 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
angular.module('quayPages').config(['pages', function(pages) {
|
||||
pages.create('signin', 'signin.html', SignInCtrl, {
|
||||
'title': 'Sign In'
|
||||
'title': 'Sign In',
|
||||
});
|
||||
}]);
|
||||
|
||||
|
|
Reference in a new issue