-
- Login
-
-
-
-
-
-
-
+
diff --git a/frontend/app/login/login.component.ts b/frontend/app/login/login.component.ts
index 0353c17e..70dffcf6 100644
--- a/frontend/app/login/login.component.ts
+++ b/frontend/app/login/login.component.ts
@@ -3,18 +3,14 @@
import {Component, OnInit} from 'angular2/core';
import {LoginCredential} from '../../../common/entities/LoginCredential';
import {AuthenticationService} from "../model/network/authentication.service.ts";
-import {Router} from "angular2/router";
-import {MATERIAL_DIRECTIVES} from "ng2-material/all";
-import {FORM_DIRECTIVES} from "angular2/common";
-import {MATERIAL_BROWSER_PROVIDERS} from "ng2-material/all";
-import {ViewportHelper} from "ng2-material/all";
+import {Router} from "angular2/router";
+import {FORM_DIRECTIVES} from "angular2/common";
@Component({
selector: 'login',
templateUrl: 'app/login/login.component.html',
styleUrls:['app/login/login.component.css'],
- directives:[MATERIAL_DIRECTIVES,FORM_DIRECTIVES],
- providers:[MATERIAL_BROWSER_PROVIDERS, ViewportHelper]
+ directives:[FORM_DIRECTIVES]
})
export class LoginComponent implements OnInit{
loginCredential: LoginCredential;
diff --git a/frontend/icon_inv.png b/frontend/icon_inv.png
new file mode 100644
index 00000000..32d122dc
Binary files /dev/null and b/frontend/icon_inv.png differ
diff --git a/frontend/index.ejs b/frontend/index.ejs
index 1c7151a7..4a023843 100644
--- a/frontend/index.ejs
+++ b/frontend/index.ejs
@@ -6,7 +6,9 @@
PiGallery2
-
+
diff --git a/package.json b/package.json
index 490d071b..72ee3157 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"mongoose": "^4.4.14",
"morgan": "^1.7.0",
"ng2-cookies": "^0.1.5",
- "ng2-material": "^0.3.7",
"optimist": "^0.6.1",
"rxjs": "5.0.0-beta.6",
"ts-loader": "^0.8.2",