Skip to content

Instantly share code, notes, and snippets.

@lucassmagal
Created June 25, 2013 19:46
Show Gist options
  • Save lucassmagal/5861741 to your computer and use it in GitHub Desktop.
Save lucassmagal/5861741 to your computer and use it in GitHub Desktop.
$.ajax('...').done(function() {
angular.bootstrap(document, ['myapp']);
var app = angular.module('myapp', []);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment