Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e09a784

Browse files
committed
doc:widget: improve angular.widget docs
1 parent 1e89086 commit e09a784

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/widgets.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
* @name angular.widget
55
* @description
66
*
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.
7+
* An angular widget can be either a custom attribute that modifies an existing DOM elements or an
8+
* entirely new DOM element.
9+
*
10+
* During html compilation, widgets are processed after {@link angular.markup markup}, but before
11+
* {@link angular.directive directives}.
912
*
1013
* Following is the list of built-in angular widgets:
1114
*

0 commit comments

Comments
 (0)