We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89086 commit e09a784Copy full SHA for e09a784
src/widgets.js
@@ -4,8 +4,11 @@
4
* @name angular.widget
5
* @description
6
*
7
- * Widgets are custom DOM elements. An angular widget can be either a custom
8
- * 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.
9
+ *
10
+ * During html compilation, widgets are processed after {@link angular.markup markup}, but before
11
+ * {@link angular.directive directives}.
12
13
* Following is the list of built-in angular widgets:
14
0 commit comments