mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
fix(filter): remove the $ prefix from filter service ids
This commit is contained in:
@@ -286,7 +286,7 @@ This example shows how to implement a custom HTML editor widget in Angular.
|
||||
this.htmlContent = '<b>Hello</b> <i>World</i>!';
|
||||
}
|
||||
|
||||
HTMLEditorWidget.$inject = ['$element', 'html$Filter'];
|
||||
HTMLEditorWidget.$inject = ['$element', 'htmlFilter'];
|
||||
function HTMLEditorWidget(element, htmlFilter) {
|
||||
var self = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user