| title | HelloJS |
|---|---|
| layout | default |
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fdemos%2Fclient_ids.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2Fdist%2Fhello.all.js"></script>
{% include_relative README.md %}
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fassets%2Fknockout%2Fdist%2Fknockout.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fassets%2Findex.js"></script> <script type="text/html" id="tests-template"></script> <script> // Initiate the library hello.init(CLIENT_IDS_ALL, { redirect_uri: 'redirect.html', oauth_proxy: OAUTH_PROXY_URL }); getText('assets/test_network.html', function(response) { document.getElementById('tests-template').text = response; // Knockout binding goes here ko.applyBindings(model); }); </script>