Initial (and fugly) materialization of the login page

This commit is contained in:
Ludovic Marcotte
2015-02-06 15:35:51 -05:00
committed by Francis Lachapelle
parent cd32bcf961
commit aefb27fc5c
3 changed files with 62 additions and 50 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
(function() {
'use strict';
angular.module('SOGo.MainUI', ['SOGo.Authentication'])
angular.module('SOGo.MainUI', ['SOGo.Authentication', 'SOGo.UI'])
.controller('loginController', ['$scope', 'Authentication', function($scope, Authentication) {
$scope.warning = false;