We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf4868 commit be8445fCopy full SHA for be8445f
docs/extending.md
@@ -71,7 +71,7 @@ Ex.
71
```js
72
angular.module('myAddOnModule', ['schemaForm']).config(function(schemaFormDecoratorsProvider, sfBuilderProvider) {
73
74
- schemaFormProvider.defineAddOn(
+ schemaFormDecoratorsProvider.defineAddOn(
75
'bootstrapDecorator', // Name of the decorator you want to add to.
76
'awesome', // Form type that should render this add-on
77
'templates/my/addon.html', // Template name in $templateCache
0 commit comments