Fixed chrome title bug, maybe

pull/18/head
Thomas Atkins 4 years ago
parent 6b023caac6
commit 781d9c7bba

19
.env

@ -0,0 +1,19 @@
APP_NAME=Flitter
APP_URL=http://localhost:8000/
SERVER_PORT=8000
LOGGING_LEVEL=1
DATABASE_HOST=10.125.125.1
DATABASE_PORT=27017
DATABASE_NAME=test4
DATABASE_AUTH=true
DATABASE_USER=nova38
DATABASE_PASS=135798642
SECRET=changeme
ENVIRONMENT=development
SSL_ENABLE=false
SSL_CERT_FILE=cert.pem
SSL_CERT_KEY=cert.key

@ -8,7 +8,9 @@
</ion-button>
</ion-menu-toggle>
</ion-buttons>
<ion-title contenteditable="true" #titleBar>{{ pageRecord.Name }}</ion-title>
<ion-title #titleBar>
<div contenteditable="true"> {{ pageRecord.Name }} </div>
</ion-title>
</ion-toolbar>
</ion-header>

Loading…
Cancel
Save