Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 89958a0

Browse files
author
rxlabz
committed
git mess
2 parents 480e1e0 + 0377977 commit 89958a0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build/
55
# Remove the following pattern if you wish to check in your lock file
66
pubspec.lock
77

8+
docs/packages
9+
810
# Files created by dart2js
911
*.part.js
1012
*.js.deps

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html><html><head>
22
<title>NGDartForms</title>
3-
4-
<base href="angular-dart-forms-examples/">
3+
<base href="/angular-dart-forms-examples">
4+
55
<script defer="" src="main.dart.js"></script>
66

77
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
@@ -13,4 +13,4 @@
1313
<my-app>Loading...</my-app>
1414

1515

16-
</body></html>
16+
</body></html>

0 commit comments

Comments
 (0)