Skip to content

Instantly share code, notes, and snippets.

@jaiversin
Created February 27, 2015 19:02
Show Gist options
  • Save jaiversin/b50675508e81b3022a8b to your computer and use it in GitHub Desktop.
Save jaiversin/b50675508e81b3022a8b to your computer and use it in GitHub Desktop.
WL common init
function wlCommonInit() {
angular.element(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