Updated: starts style & api path to heroku

This commit is contained in:
buchslava
2015-10-17 10:25:38 +03:00
parent ea6c3f46d7
commit 443c778d0d
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ import {FileSelect, FileDrop, FileUploader} from '../../../components/index';
// webpack html imports
let template = require('./simple-demo.html');
const URL = '/api/';
// const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
// const URL = '/api/';
const URL = 'https://evening-anchorage-3159.herokuapp.com/api/';
@Component({
selector: 'simple-demo'

View File

@@ -16,8 +16,8 @@ let gettingStarted = require('./getting-started.md');
<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>
<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 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=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=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe></div>
</div>
</div>
</main>