1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

loading bug fix

This commit is contained in:
Patrik Braun 2017-07-21 00:15:02 +02:00
parent 04e4883e98
commit f5131a3b59
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<div body class="container"
style="width: 100%; padding:0"
*ngIf="(!_galleryService.content.value.directory ||
(!_galleryService.content.value.directory.scanned)
!_galleryService.content.value.directory.scanned)
&& !_galleryService.content.value.searchResult">
<div class="spinner">

View File

@ -8,7 +8,7 @@
"main": "./backend/index.js",
"bin": "./backend/index.js",
"scripts": {
"install": "tsc && ng build",
"install": "tsc && ng build -prod",
"build-release": "gulp",
"pretest": "tsc",
"test": "ng test --single-run && mocha --recursive test/backend/unit",