Skip to content

Instantly share code, notes, and snippets.

@Jamp
Created May 30, 2015 15:24
Show Gist options
  • Save Jamp/d07fff4c4381859b4965 to your computer and use it in GitHub Desktop.
Save Jamp/d07fff4c4381859b4965 to your computer and use it in GitHub Desktop.
Angular.js equivalent $(document).ready();
angular.element(document).ready(function () {
// Do something
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment