Skip to content

Commit 267a35b

Browse files
committed
Fix: version to see Action failure disp instead of dist
Refs: see #17 Reload KO 404 external
1 parent 16cfea0 commit 267a35b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
WEBSITE/.angular/cache
22
WEBSITE/node_modules/*
3+
**~

WEBSITE/node_modules/.package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WEBSITE/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Component } from '@angular/core';
88
export class AppComponent {
99

1010
title = 'Z-Anatomy';
11-
version = 55;//v =
11+
version = 57;//v =
1212
cookiesONvar: boolean=false;
1313
/** private https://stackoverflow.com/questions/40371728/firing-an-angular-2-attribute-directive-after-model-load */
1414
constructor() {

WEBSITE/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<meta charset="utf-8">
1818
<title>Z-Anatomy</title>
19+
<!-- https://github.com/isaacs/github/issues/408 -->
1920
<base href="/">
2021

2122
<meta charset="UTF-8">

0 commit comments

Comments
 (0)