Hi Antonio, Compiling the HTML is not a simple thing. If you read through the guide on how the compiler works <https://docs.angularjs.org/guide/compiler>, some of its working might become more clear to you. An oversimplified explanation goes something like this. The $complile set's up the DOM and prepare the entry points. After that is done, another fase is needed to 'hook up' all the angular goodness. Reading the source is also a good way to understand how it works. If you really want deep understanding, the "build your own AngualrJS" <http://teropa.info/build-your-own-angular> book is a good place to go.
Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
