Skip to content

Instantly share code, notes, and snippets.

@tbranyen
Created September 18, 2012 02:14
Show Gist options
  • Save tbranyen/3740887 to your computer and use it in GitHub Desktop.
Save tbranyen/3740887 to your computer and use it in GitHub Desktop.
boostrapping
<!-- Bootstrap data. -->
<script>
require(["main"], function() {
var news = require("app").news;
// Parse in the response and load into News.
news.reset({{{data}}});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment