From 4804c83b7db5770d5d02eea9eea4cc012b4aa524 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 14 Dec 2011 02:55:31 +0100 Subject: docs(compiler): update the compiler docs --- .../dev_guide.compiler.directives_widgets.ngdoc | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 docs/content/guide/dev_guide.compiler.directives_widgets.ngdoc (limited to 'docs/content/guide/dev_guide.compiler.directives_widgets.ngdoc') diff --git a/docs/content/guide/dev_guide.compiler.directives_widgets.ngdoc b/docs/content/guide/dev_guide.compiler.directives_widgets.ngdoc deleted file mode 100644 index 1a0b1ad5..00000000 --- a/docs/content/guide/dev_guide.compiler.directives_widgets.ngdoc +++ /dev/null @@ -1,47 +0,0 @@ -@ngdoc overview -@name Developer Guide: Angular HTML Compiler: Comparing Directives and Attribute Widgets -@description - -Although directives and {@link dev_guide.compiler.widgets attribute widgets} appear the same in a -template (`ng:init` is a directive, `ng:repeat` is an attribute widget), there is a difference in -the order in which they are evaluated. The user of existing directives or widgets cannot determine -the order of evaluation. The evaluation order is the responsibility of the developer creating -custom directives and widgets. - -For example, consider this piece of HTML, which uses the `ng:repeat`, `ng:init`, and `ng:bind` -widget and directives: - -
-