mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 05:34:43 +00:00
doc:widget: improve angular.widget docs
This commit is contained in:
parent
1e890863e5
commit
e09a78438f
1 changed files with 5 additions and 2 deletions
|
|
@ -4,8 +4,11 @@
|
||||||
* @name angular.widget
|
* @name angular.widget
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Widgets are custom DOM elements. An angular widget can be either a custom
|
* An angular widget can be either a custom attribute that modifies an existing DOM elements or an
|
||||||
* attribute that modifies an existing DOM elements or an entirely new DOM element.
|
* 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:
|
* Following is the list of built-in angular widgets:
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue