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

Commit c31bb88

Browse files
committed
Use posttestserver.com for demo
FIX #12
1 parent 99f9fbf commit c31bb88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use with html5, jquery or every library or framework:
1313
> to have a user control, clean, simple, customizable,
1414
> and above all very easy to implement.
1515
16-
Try the [demo](http://realtica.org/ng-uploader/demo.html).
16+
Try the [demo](https://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html).
1717

1818

1919
Compatibility

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$scope.btn_upload = function() {
2828
$log.info('uploading...');
2929
uiUploader.startUpload({
30-
url: 'http://realtica.org/ng-uploader/demo.html',
30+
url: 'https://posttestserver.com/post.php',
3131
concurrency: 2,
3232
onProgress: function(file) {
3333
$log.info(file.name + '=' + file.humanSize);
@@ -56,7 +56,7 @@ <h1>Uploader</h1>
5656
<div class="row">
5757
<div class="col-md-6">
5858
<h3>What?</h3>
59-
<p>Upload multiple files at the same time. See <a href="http://realtica.org/ng-uploader/demo.html">demo with upload actually working</a>.</p>
59+
<p>Upload multiple files at the same time.</p>
6060

6161
<div class="well">
6262
<div>

0 commit comments

Comments
 (0)