Skip to content

Instantly share code, notes, and snippets.

@khanhlu2013
khanhlu2013 / index.html
Created March 31, 2017 00:07
JS Bin auto fill example using rxjs 5 // source https://jsbin.com/yicokan
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="auto fill example using rxjs 5">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://unpkg.com/@reactivex/rxjs@5.0.3/dist/global/Rx.js"></script>