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:
parent
04e4883e98
commit
f5131a3b59
@ -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">
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user