From c28662d28dec613876bebacb2df994722c09f3fb Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 6 Dec 2011 12:20:35 -0800 Subject: fix(filter): remove the $ prefix from filter service ids --- docs/content/guide/dev_guide.forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.forms.ngdoc') diff --git a/docs/content/guide/dev_guide.forms.ngdoc b/docs/content/guide/dev_guide.forms.ngdoc index d2b81dcc..db2f88cd 100644 --- a/docs/content/guide/dev_guide.forms.ngdoc +++ b/docs/content/guide/dev_guide.forms.ngdoc @@ -286,7 +286,7 @@ This example shows how to implement a custom HTML editor widget in Angular. this.htmlContent = 'Hello World!'; } - HTMLEditorWidget.$inject = ['$element', 'html$Filter']; + HTMLEditorWidget.$inject = ['$element', 'htmlFilter']; function HTMLEditorWidget(element, htmlFilter) { var self = this; -- cgit v1.2.3