Skip to content

Commit

Permalink
fix link in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 13, 2017
1 parent 66cf46c commit 0f6a62d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ dist
!*.config.js
!**/*-*.js
!**/*-*.css
src/compiled
demo/**/*.metadata.json
demo/**/*.ngsummary.json
demo/aot/*.d.ts
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/aot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<link rel="stylesheet" href="../index.bundle-b7f8e3d59ffbf65889a3b402e64a5636.css" crossOrigin="anonymous" integrity="sha256-nRZeTkRPgMx5eNbgC60tc9VZ/niGJ7EC3/K0Q//HbcU=" />
<a class="github-fork-ribbon right-bottom" href="https://github.com/plantain-00/select2-component" title="Fork me on GitHub" target="_blank" rel="noopener">Fork me on GitHub</a>
<app></app>
<script src="./index.bundle-ff47196f2eff2637c2b75fdf5b1efb05.js" crossOrigin="anonymous" integrity="sha256-mIWrKFvk+PZ8at0Dp7iUMDKwmp12cRhkf0h9wu8iaEI="></script>
<script src="./index.bundle-60d8ddb50d6cfd0823bf67bbca83fd7c.js" crossOrigin="anonymous" integrity="sha256-qTr092kuo4Xy45E7i+trP+9624LSOi0s5KZ4tAUgl4g="></script>
2 changes: 1 addition & 1 deletion demo/aot/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { data1, data2, data3, data5 } from "../common";
changeDetection: ChangeDetectionStrategy.OnPush,
template: `
<div style="width: 500px;">
<a href="https://github.com/plantain-00/select2-component/tree/master/demo/angular/index.ts" target="_blank">the source code of the demo</a>
<a href="https://github.com/plantain-00/select2-component/tree/master/demo/aot/index.ts" target="_blank">the source code of the demo</a>
<h3>options in group ({{value1}})</h3>
<select2 [data]="data1"
[value]="value1"
Expand Down
2 changes: 1 addition & 1 deletion demo/file-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"reactIndexBundleJs": "136 kB 42.1 kB",
"vueIndexBundleJs": "112 kB 39 kB",
"demoAngularIndexHtml": "565 B 413 B",
"demoAotIndexHtml": "565 B 411 B",
"demoAotIndexHtml": "565 B 410 B",
"demoReactIndexHtml": "580 B 414 B",
"demoVueIndexHtml": "580 B 416 B"
}

0 comments on commit 0f6a62d

Please sign in to comment.