--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/IauRIGu0qZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Van Belle Jonathan
Again it depends what you mean by "pure HTML". Does including the angular script still makes it "pure" in your definition?
Small note: running something that acts on the DOM within a controller on startup might not work if the DOM is not loaded yet. But it will work in about any other case where you know your HTML is present.