##// END OF EJS Templates
`Subscribable` is made compatible with rxjs, added map, filter and scan...
`Subscribable` is made compatible with rxjs, added map, filter and scan methods to observables. `watch` can accept either stateful object and a property name to observe or the subscribable value. added ref attribute to the markup elements and widgets. `bind`, `tooggleClass` and `attach` methods can be passed to `ref` attribute in the markup to interact with elemnts and widgets.

File last commit:

r99:908c1ce6ce6d v1.3
r102:c65ea2350b1a v1.3
Show More
index.html
12 lines | 321 B | text/html | HtmlLexer
cin
Added playground project
r97 <!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Djx playground</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
cin
Working sandbox
r99 <script data-main="config.js" src='js/require.js'></script>
cin
Added playground project
r97 </head>
<body>
</body>
</html>