title | layout |
---|---|
HelloJS |
default |
<script src="demos/client_ids.js"></script> <script src="./dist/hello.all.js"></script>
{% include_relative README.md %}
<script src="assets/knockout/dist/knockout.js"></script> <script src="assets/index.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>