frontend: update the page title when navigate

This commit is contained in:
nemunaire 2019-01-21 00:35:07 +01:00
commit 525b3d6b56
2 changed files with 14 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<html lang="fr" ng-app="FICApp">
<head>
<meta charset="utf-8">
<title>Challenge Forensic</title>
<title ng-bind="'Challenge Forensic' + ($root.title?' - '+$root.title:'')">Challenge Forensic</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">