phadej/menrva

View on GitHub
examples/counter/rxjs-behavior.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html5>
<html>
<head>
  <script type="text/javascript" src="../../lib/jquery.js"></script>
  <script type="text/javascript" src="../../lib/rx.lite.js"></script>
  <script type="text/javascript" src="counter-rxjs-behavior.js"></script>
  <link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
  <div class="container">
      <div id="counter">
        &ndash;
      </div>
      <div class="buttons">
        <button id="up">+</button>
        <button id="down">&minus;</button>
      </div>
  </div>
</body>
</html>