Created
May 30, 2015 15:24
-
-
Save Jamp/d07fff4c4381859b4965 to your computer and use it in GitHub Desktop.
Angular.js equivalent $(document).ready();
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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