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

Commit 38e0ab9

Browse files
atav32btford
authored andcommitted
docs(guide/filter): fix label in example
1 parent 3c53b28 commit 38e0ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/filter.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ means that it will be executed one or more times during the each `$digest` cycle
143143
Input: <input ng-model="greeting" type="text"><br>
144144
Decoration: <input ng-model="decoration.symbol" type="text"><br>
145145
No filter: {{greeting}}<br>
146-
Reverse: {{greeting | decorate}}<br>
146+
Decorated: {{greeting | decorate}}<br>
147147
</div>
148148
</file>
149149

0 commit comments

Comments
 (0)