diff --git a/demo/components/file-upload/simple-demo.ts b/demo/components/file-upload/simple-demo.ts index 0d71093..73fb439 100644 --- a/demo/components/file-upload/simple-demo.ts +++ b/demo/components/file-upload/simple-demo.ts @@ -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' diff --git a/demo/index.ts b/demo/index.ts index 537cd5d..8dfa7d8 100644 --- a/demo/index.ts +++ b/demo/index.ts @@ -16,8 +16,8 @@ let gettingStarted = require('./getting-started.md');

The Angular2 File Upload directives

View on GitHub
-
-
+
+