Updated: starts style & api path to heroku
This commit is contained in:
@@ -10,8 +10,8 @@ import {FileSelect, FileDrop, FileUploader} from '../../../components/index';
|
|||||||
// webpack html imports
|
// webpack html imports
|
||||||
let template = require('./simple-demo.html');
|
let template = require('./simple-demo.html');
|
||||||
|
|
||||||
const URL = '/api/';
|
// const URL = '/api/';
|
||||||
// const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
|
const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'simple-demo'
|
selector: 'simple-demo'
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ let gettingStarted = require('./getting-started.md');
|
|||||||
<p>The Angular2 File Upload directives</p>
|
<p>The Angular2 File Upload directives</p>
|
||||||
<a class="btn btn-primary" href="https://github.com/valor-software/ng2-file-upload">View on GitHub</a>
|
<a class="btn btn-primary" href="https://github.com/valor-software/ng2-file-upload">View on GitHub</a>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-1 btn"><iframe src="https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></div>
|
<div class="col-lg-1"><iframe src="https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></div>
|
||||||
<div class="col-lg-1 btn"><iframe src="https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></div>
|
<div class="col-lg-1"><iframe src="https://ghbtns.com/github-btn.html?user=valor-software&repo=ng2-file-upload&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user