frontend: update the page title when navigate
This commit is contained in:
parent
56faf7b8db
commit
525b3d6b56
2 changed files with 14 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Reference in a new issue