Skip to content

Instantly share code, notes, and snippets.

@steeve
Created January 23, 2013 01:13
Show Gist options
  • Save steeve/4600740 to your computer and use it in GitHub Desktop.
Save steeve/4600740 to your computer and use it in GitHub Desktop.
requirejs(files, function () {
$(document).ready(function () {
angular.bootstrap(document, ['app']);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment