AngularJS will load the application when static DOM content is loaded. You can see in the diagram below that AngularJS also has a dynamic DOM that is created when directives are compiled and linked.

$timeout, , $digest, stabalised:
link: function() {
$timeout(function() {
});
}