mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +00:00
spelling fix
This commit is contained in:
parent
b2dc2ce0b5
commit
e7c22e8153
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
@description
|
@description
|
||||||
Attribute markup extends the angular compiler in a very similar way as {@link angular.markup} except
|
Attribute markup extends the angular compiler in a very similar way as {@link angular.markup} except
|
||||||
that it allows you to modify the state of the attribute text rather then the contest of a node.
|
that it allows you to modify the state of the attribute text rather then the content of a node.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
angular.attrMarkup('extraClass', function(attrValue, attrName, element){
|
angular.attrMarkup('extraClass', function(attrValue, attrName, element){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue