diff --git a/common/entities/AutoCompleteItem.ts b/common/entities/AutoCompleteItem.ts
index 91ee220..d6bbf5a 100644
--- a/common/entities/AutoCompleteItem.ts
+++ b/common/entities/AutoCompleteItem.ts
@@ -6,7 +6,7 @@ export enum SearchTypes {
}
export class AutoCompleteItem {
- constructor(public text:string, public type:SearchTypes) {
+ constructor(public text:string, public type:SearchTypes) {
}
equals(other:AutoCompleteItem) {
diff --git a/frontend/app/frame/frame.component.html b/frontend/app/frame/frame.component.html
index 531d434..9a0902e 100644
--- a/frontend/app/frame/frame.component.html
+++ b/frontend/app/frame/frame.component.html
@@ -17,7 +17,7 @@
-
-
{{user.name}}
+ {{user.name}}
-
Logout
diff --git a/package.json b/package.json
index e0889fc..8228c52 100644
--- a/package.json
+++ b/package.json
@@ -21,13 +21,13 @@
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
- "@angular/common": "2.0.0-rc.2",
- "@angular/compiler": "2.0.0-rc.2",
- "@angular/core": "2.0.0-rc.2",
- "@angular/http": "2.0.0-rc.2",
- "@angular/platform-browser": "2.0.0-rc.2",
- "@angular/platform-browser-dynamic": "2.0.0-rc.2",
- "@angular/platform-server": "2.0.0-rc.2",
+ "@angular/common": "2.0.0-rc.3",
+ "@angular/compiler": "2.0.0-rc.3",
+ "@angular/core": "2.0.0-rc.3",
+ "@angular/http": "2.0.0-rc.3",
+ "@angular/platform-browser": "2.0.0-rc.3",
+ "@angular/platform-browser-dynamic": "2.0.0-rc.3",
+ "@angular/platform-server": "2.0.0-rc.3",
"@angular/router": "2.0.0-rc.2",
"@angular/router-deprecated": "2.0.0-rc.2",
"body-parser": "^1.15.1",
@@ -61,7 +61,6 @@
"karma-webpack": "1.7.0",
"mime": "^1.3.4",
"mocha": "^2.5.3",
- "mongoose": "^4.5.1",
"morgan": "^1.7.0",
"ng2-cookies": "^0.1.9",
"ng2lint": "0.0.10",
diff --git a/typings.json b/typings.json
index 9b63bfd..8d029a8 100644
--- a/typings.json
+++ b/typings.json
@@ -2,15 +2,14 @@
"name": "PiGallery2",
"version": false,
"globalDependencies": {
- "body-parser": "registry:dt/body-parser#0.0.0+20160317120654",
- "chai": "registry:dt/chai#3.4.0+20160317120654",
- "core-js": "registry:dt/core-js#0.0.0+20160317120654",
+ "body-parser": "registry:dt/body-parser#0.0.0+20160619023215",
+ "chai": "registry:dt/chai#3.4.0+20160601211834",
+ "core-js": "registry:dt/core-js#0.0.0+20160602141332",
"debug": "github:DefinitelyTyped/DefinitelyTyped/debug/debug.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
"express": "github:DefinitelyTyped/DefinitelyTyped/express/express.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
"express-session": "registry:dt/express-session#0.0.0+20160331200931",
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#d22516f9f089de107d7e7d5938566377370631f6",
"mime": "github:DefinitelyTyped/DefinitelyTyped/mime/mime.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
- "mongoose": "registry:dt/mongoose#3.8.5+20160316155526",
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
"optimist": "registry:dt/optimist#0.0.0+20160316171810",
"serve-static": "github:DefinitelyTyped/DefinitelyTyped/serve-static/serve-static.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e"