From e09a78438f9c4a43aec6fefed9efd58a0b4060de Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 7 Jul 2011 13:45:53 -0700 Subject: doc:widget: improve angular.widget docs --- src/widgets.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/widgets.js b/src/widgets.js index 0d3e4f5d..3e1d6f55 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -4,8 +4,11 @@ * @name angular.widget * @description * - * Widgets are custom DOM elements. An angular widget can be either a custom - * attribute that modifies an existing DOM elements or an entirely new DOM element. + * An angular widget can be either a custom attribute that modifies an existing DOM elements or an + * entirely new DOM element. + * + * During html compilation, widgets are processed after {@link angular.markup markup}, but before + * {@link angular.directive directives}. * * Following is the list of built-in angular widgets: * -- cgit v1.2.3